If you plan to use Tomcat as your application server instead of WebSphere Application Server, follow the instructions in this section to configure Tomcat to use Web-based System Monitor.
To configure Tomcat to use Web-based System Monitor:
Set the JAVA_OPTS property as follows:
set JAVA_OPTS=-DDASHBOARD_HOME=<Tomcat_home>\webapps\ICSMonitor -DDASHBOARD_URL=http://<HostName>[:PortNumber]/ICSMonitor -DORBNamingProvider=CosNaming -Dorg.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB -Dorg.omg.CORBA.ORBInitialPort=%ORB_PORT% -Dorg.omg.CORBA.ORBInitialHost=%ORB_HOST% -Dcom.ibm.CORBA.Debug.Output=stdout
where %ORB_PORT% and %ORB_HOST% match what is in ProductDir/bin/CWSharedEnv.bat, HostName is the name of the computer on which Web-based System Monitor is running, PortNumber is the port number to be used, and Tomcat_home is the path and name of the Tomcat product directory.
The default port number is 8080.
Tomcat_home/bin/startup.bat
Otherwise, the setclasspath.bat file is not called.