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/ojdbc11-21.3.0.0.jar
For Weblogic-MSSQL Server Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar:/opt/oracle/paletteconfig/conf/:/opt/oracle/db_drivers/mssql-jdbc-9.2.1.jre11.jar
Note: The example lists the driver for the Oracle or SQL Server database. 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.