Configuring WebLogic
To configure Web-logic use the Web-logic Administration Console. By default the port number is 7001 and /console is the context root. Example: http://hostname:7001/console
Note: When selecting a menu option in the Web-logic Administrative Console, the names may differ depending on whether Web-logic is used in development mode or production mode.
Create a Machine
- Select Environment>Machines>New.
- Enter the name for the machine.
- If the OS is not UNIX, select Other from the Machine OS drop-down list.
- Click Next.
- Click Finish.
- Create and Configure ODS Server
- Create the ODS Server
- Select Environment>Servers.
- Click New.
- Enter "ODS_Server" 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 ODS Server to the Machine
- Select Environment>Machines.
- Select the machine that was created.
- Select the Servers tab.
- Select Add.
- Select the name of the "ODS_Server" server created from the Select a server drop-down box.
- Click Finish.
Configure the ODS Server
- Select Environment>Servers.
- Select the "ODS_Server" server that was created.
- Select the Server Start tab.
- Specify the class path. The path names will vary depending on the configuration.
/scratch/ods/ODS/lib/commons-logging-1.2.jar:/scratch/ods/ODS/conf/
Note: If using Web-logic on Windows, then the separator for files/directories in the classpath is a semicolon.
- Select Save.