If you will run the prm-fusion.war file in the same domain as P6, skip this section and continue to Adding Fusion PPM Bridge to WebLogic.
If you will run the prm-fusion.war file in a different domain from P6, set the location of your P6 bootstrap file.
Note: You can open the Administration Console via a web browser using this address: http://serverIP:listenport/console. The default listenport is 7001.
-Dprimavera.bootstrap.home=
p6home
where p6home is the P6 home directory that was set during installation (for example, C:\P6EPPM_1\p6).
-Dprimavera.bootstrap.home=
p6home
where p6home is the P6 home directory that was set during installation (for example, /usr/P6EPPM_1/p6).
-Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl
The line will look similar to the following (with a space before each "-Djavax"):
-Dprimavera.bootstrap.home=
p6home -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl
If your bootstrap file contains more than one database, you need to add an argument clarifying which database you want to use. The line will look similar to the following:
-Ddatabase.instance=
db_id
where db_id is the database instance you want to use (for example, -Ddatabase.instance=2).
The whole line should look similar to the following (all one line):
-Dprimavera.bootstrap.home=
p6home -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl -Ddatabase.instance=
db_id
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016