Deploying ClickOnce

To deploy ClickOnce:

  1. Copy the p6professionalcloud_customer.war file that you created earlier from the staging computer to the WebLogic server.
  2. In the extracted media file, in the Client_Applications folder, copy the p6professionalcloud_Template.war file to the WebLogic server. Use the same folder that you used for the p6professionalcloud_customer.war file.
  3. Enter the following commands to merge the .war files into a single file named p6professionalcloud.war.

    #!/bin/sh

    mkdir combined

    unzip -n p6professionalcloud_Template.war -d combined

    unzip -n p6professionalcloud_Customer.war -d combined

    cd combined

    zip -r ../p6professionalcloud.war *

    cd ..

    rm -rf combined

  4. Deploy p6professionalcloud.war in WebLogic. See the WebLogic documentation for details.

Related Topics

Using ClickOnce

ClickOnce Prerequisites

Configuring ClickOnce

Installing P6 Professional Using ClickOnce

Upgrading P6 Professional Using ClickOnce



Legal Notices
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, October 04, 2016