Create and Configure OIPA Server
Important: OIPA and the Web Application Utility can exist on the same WebLogic server if necessary.
Create the OIPA Server
- Select Environment>Servers.
- Click New.
- Enter OIPA for the name of the server.
- Set the listener port to a port that is not used by any other application.
- Click Next.
- Select Finish.
Add the OIPA Server to the Machine
- Select Environment>Machines.
- Select the machine that was created.
- Select the Servers tab.
- Select Add.
- Select the name of the OIPA server created from the Select a server drop-down box.
- Click Finish.
Configure the OIPA Server
- Select Environment>Servers.
- Select the OIPA server that was created.
- Select the Server Start tab.
- Specify the class path. The path names will vary depending on the configuration.
For WebLogic-Oracle Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar: /opt/oracle/oipa/conf/:/opt/oracle/oipa/libs/:/opt/oracle/oipa/libs/commons-collections-3.2.2.jar: /opt/oracle/oipa/libs/commons-logging-1.2.jar:/opt/oracle/oipa/libs/el-api-2.2.jar: /opt/oracle/oipa/libs/eclipselink-2.6.4.jar:/opt/oracle/oipa/libs/javax.persistence-2.1.1.jar: /opt/oracle/oipa/libs/ojdbc8-12.2.0.1.jar: /opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/consoleapp/APP-INF/lib/jstl.jar:/opt/oracle/oipa/libs/aspectjrt.jar:/opt/oracle/oipa/libs/aspectjweaver.jar: /opt/oracle/oipa/libs/coherence.jar:/opt/oracle/oipa/libs/oraclepki.jar: /opt/oracle/oipa/libs/osdt_core.jar:/opt/oracle/oipa/osdt_cert.jar |
For WebLogic-MSSQL Server Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar: /opt/oracle/oipa/conf/:/opt/oracle/oipa/libs/:/opt/oracle/oipa/libs/commons-collections-3.2.2.jar: /opt/oracle/oipa/libs/commons-logging-1.2.jar:/opt/oracle/oipa/libs/el-api-2.2.jar: /opt/oracle/oipa/libs/eclipselink-2.6.4.jar:/opt/oracle/oipa/libs/javax.persistence-2.1.1.jar: /opt/oracle/oipa/libs/sqljdbc4-4.0.jar: /opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/consoleapp/APP-INF/lib/jstl.jar:/opt/oracle/oipa/libs/aspectjrt.jar:/opt/oracle/oipa/libs/aspectjweaver.jar: /opt/oracle/oipa/libs/coherence.jar:/opt/oracle/oipa/libs/oraclepki.jar: /opt/oracle/oipa/libs/osdt_core.jar:/opt/oracle/oipa/osdt_cert.jar |
Note: If using WebLogic on Windows, then the separator for files/directories in the classpath is a semicolon.
- Enter the following arguments. The path names will vary depending on the configuration. The memory settings can be altered for your needs as well.
-server -Xms2048M -Xmx2048M -javaagent:/opt/oracle/oipa/libs/spring-instrument-4.3.10.RELEASE.jar -Dtangosol.coherence.cacheconfig=/opt/oracle/oipa/conf/coherence-cache-config.xml -Dtangosol.pof.config=com-adminserver-pas-web-pof-config.xml -Dtangosol.coherence.override=/opt/oracle/oipa/conf/coherence-config.xml -Dweblogic.wsee.skip.async.response=true -Dtangosol.coherence.mode=prod -Djava.util.logging.config.file=/opt/oracle/oipa/conf/logging.properties |
- Select Save.