Deploying ClickOnce

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.

  1. 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
  2. Copy the p6professionalcloud.war file to your WebLogic Server.
  3. Deploy p6professionalcloud.war in WebLogic. See the WebLogic documentation for details.

Related Topics

Using ClickOnce

Prerequisites for Signing and Deploying P6 Professional Using ClickOnce

Configuring ClickOnce

Installing P6 Professional Using ClickOnce

Upgrading P6 Professional Using ClickOnce



Legal Notices | Your Privacy Rights
Copyright © 1999, 2023

Last Published Tuesday, October 31, 2023