To deploy ClickOnce:
Note: Oracle recommends that before completing these steps, you delete any instance of an existing folder called combined or a file called p6professionalcloud_customer.war in the destination folder.
- On the staging computer where the p6professionalcloud_customer.war file was created, open the command prompt and enter the following commands:
set JAVA_HOME=<jdkpath>
Where <jdkpath> is the path to your JDK home with no spaces. If your path does include spaces, you can determine the windows short path by entering dir /x from the command prompt.
cd /d <destination_path>\Destination
Where <destination_path>is the path to the destination folder you created when you configured ClickOnce.
mkdir combined
cd combined
%JAVA_HOME%\bin\jar -xvf ../p6professionalcloud_Template.war
%JAVA_HOME%\bin\jar -xvf ../p6professionalcloud_customer.war
%JAVA_HOME%\bin\jar -cvf ../p6professionalcloud.war *
rmdir /s /q combined
del /s /q p6professionalcloud_customer.war
- Copy the p6professionalcloud.war file to your WebLogic Server.
- Deploy p6professionalcloud.war in WebLogic. See the WebLogic documentation for details.