Deploying ClickOnce

Previous TopicNext TopicContents

To deploy ClickOnce:

  1. Copy your PFX certificate file to the C:\Source folder.
  2. On your deployment machine, create a folder called p6professionalcloud.

    Notes:

  3. Customize the DeployClickOnceEppm.bat file. See Customizing the DeployClickOnceEppm.bat File
  4. On your staging machine, from the command line, execute DeployClickOnceEppm.bat.
    1. At the Main Menu, select option 1 and hit return.
    2. Check that the supplied preset information is correct, enter y and hit return.

      Note: If any of the supplied preset information is incorrect for your environment, type exit, hit return and modify DeployClickOnceEppm.bat to supply the correct information.

  5. Copy all the contents of the C:\Destination on your staging machine to the p6professionalcloud folder on your deployment machine.
  6. Navigate to the p6professionalcloud folder and create a folder called WEB-INF.
  7. Navigate into the WEB-INF folder and create a file called web.xml.
  8. Open web.xml in a text editor and copy in the following text:

    <?xml version="1.0" encoding="UTF-8"?>

    <!DOCTYPE web-app PUBLIC

    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"

    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

    <web-app>

    <mime-mapping>

    <extension>png</extension>

    <mime-type>image/png</mime-type>

    </mime-mapping>

    </web-app>

  9. Save web.xml.
  10. On your deployment machine, launch WebLogic Admin Server Console and go to the Deployments section.
  11. Install a new deployment choosing the p6professionalcloud folder.

Related Topics

Configuring ClickOnce

Prerequisites for ClickOnce

Customizing the DeployClickOnceEppm.bat File

Installing P6 Professional Using ClickOnce



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

Last Published Wednesday, July 29, 2015

PDF Library