Create and Configure Web Application Utility Server
Create the Web Application Utility Server
- Select Environment>Servers.
- Click New.
- Enter PaletteConfig 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 Web Application Utility Server to the Machine
- Select Environment>Machines.
- Select the machine that was created.
- Select the Servers tab.
- Select Add.
- Select the name of the Web Application Utility server created from the Select a Server drop-down box.
- Click Finish.
Configure the Web Application Utility Server
- Select Environment>Servers.
- Select the PaletteConfig 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/paletteconfig/conf/:/opt/oracle/db_drivers/ojdbc8-12.2.0.1.jar |
For Weblogic-MSSQL Server Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar:/opt/oracle/paletteconfig/conf/:/opt/oracle/db_drivers/sqljdbc4-4.0.jar |
Note: The example lists the driver for the Oracle or SQL Server database. Make sure that the classpath refers to the correct drivers for DB2 as needed. Make sure the classpath points to the correct directory for the Web Application Utility.
- Enter the following arguments. This will vary depending on the configuration.
-server -Xms256M -Xmx512M
- Select Save.