Set Java Options for the WebLogic Domain

To set the location of your P6 bootstrap file.

  1. Navigate to <P6_Adapter_Domain_Home>\bin and click startWeblogic.cmd (for Windows) or startWeblogic.sh (for Linux) file for the WebLogic domain in which you will deploy the p6adapter.ear file.
  2. Add the following JVM option to the startWeblogic startup script:
    • On Windows:

    set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS% -Dprimavera.bootstrap.home=<BOOTSTRAP_HOME> -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl

    • On non-Windows:

    JAVA_OPTIONS="${SAVE_JAVA_OPTIONS} -Dprimavera.bootstrap.home=<BOOTSTRAP_HOME> -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl"

    Note: Replace <P6_BOOTSTRAP_HOME> in the preceding lines with the location that contains a BREbootstrap.xml file.

Tips

Important terms and applications that you should be familiar with when you configure the WebLogic Domain:

Related Topics

Downloading the P6 Adapter

Creating a WebLogic Domain for the P6 Adapter Deployment

Create an Endorsed Folder

Configure P6 EPPM Web Services Message Protection Settings

Disable Content Repository in the Configuration Settings

Edit Memory Settings

Start the WebLogic Domain

Deploy the p6adapter.ear File into the WebLogic Domain



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

Last Published Wednesday, September 21, 2016