The following instructions describe how to install System Monitor (WBSM) using WebSphere Application Server (WAS) 5.0.2.4 and 5.1 as the Web server. For instructions on installing System Monitor using Tomcat 4.1.24 or 4.1.27, see Installing System Monitor using Tomcat.
Installing System Monitor on WAS 5.0.2.4 or WAS 5.1:
If you installed WebSphere Application Server 5.0.2.4 or 5.1 before running the ICS installer, the installer program automatically installs and configures System Monitor. The application server created by the installer is called ICSMonitor.
To manually install System Monitor on WebSphere Application Server, follow these steps:
For example:
C:\WebSphere\bin\CWDashboard.bat "C:\Program Files\Websphere\AppServer" mysite.ibm.com "C:\IBM\WebSphereICS" "C:\IBM\SQLLIB\java"
The following is an example command on a system using Oracle:
C:\WebSphere\bin\CWDashboard.bat "C:\Program Files\Websphere\AppServer" mysite.ibm.com "C:\IBM\WebSphereICS" null
C:\IBM\WebSphere\AppServer\bin\startServer.bat ICSMonitor
For example:
http://HostName/ICSMonitor
where HostName is the name of the computer on which WebSphere Application Server is installed.
The following instructions describe how to install System Monitor using Tomcat.
Where Tomcat_home is the path of the Tomcat installation in your environment.
The CWDashboard.war file is located in the product_dir\WBSM directory.
Tomcat requires that IBM JDK 1.4.2 is installed and that the property of JAVA_HOME is set. If JAVA_HOME is not set, Tomcat won't start. To set it local for Tomcat, add as the first line in setclasspath.bat:
set JAVA_HOME=<path to jdk>
For example:
set JAVA_HOME=C:\jdk1.4.2
Set the JAVA_OPTS property as follows:
-DDASHBOARD_HOME=Tomcat_home\webapps\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
ORB_PORT and ORB_HOST must be replaced with the values found in ProductDir/bin/CWSharedEnv.bat file of the ICS you want to monitor.
If you use DB2 for the ICS repository, append the path to the db2java.zip file to the classpath in setclasspath.bat. The db2java.zip file is located, by default, in the DB2_Installation_Dir\java directory.
The default port number is 8080.