This section describes how to configure System Monitor and Failed Event Manager to use WebSphere Application Server or WebSphere Application Server Express. For instructions on using Tomcat instead, see Configuring System Monitor and Failed Event Manager to use Tomcat.
To configure System Monitor and Failed Event Manager to use WebSphere Application Server or WebSphere Application Server Express, you run a script supplied with WebSphere Business Integration Server Express and Express Plus. The script is called CWDashboard.sh and is located in the directory ProductDir/bin (where ProductDir represents the directory Home_directory/IBM/WebSphereServer by default). You can run this script to configure the tools to work with or without a Web server, such as IBM HTTP Web Server.
Before proceeding, ensure that you have installed WebSphere Application Server or WebSphere Application Server Express versions 5.0.2 or 5.1. (You can install WebSphere Application Server Express v5.1 from the WebSphere Business Integration Server Express or Express Plus Launchpad.) Then proceed to one of the following sections, depending on whether you want to use your installation with a Web server:
WebSphere Application Server is supplied with a Web server; WebSphere Application Server Express is not. If you are using WebSphere Application Server Express and want to use a Web server, you must obtain and install the IBM HTTP Server (available for free from the IBM Web site) and the Web server plug-in for WebSphere Application Server Express. See the WebSphere Application Server Express documentation for more information.
To configure System Monitor and Failed Event Manager to use a Web server, perform the following steps:
Here is an example command:
Home_directory/IBM/WebSphereServer/CWDashboard.sh \ "opt/IBM/WebSphere/Express502/AppServer" \ hostname.ibm.com "Home_directory/IBM/WebSphere/Server" \ "DB2_Installation_Dir/java" y
/opt/IBM/WebSphere/Express502/AppServer/bin/stopServer.sh ICSMonitor
. /home/db2inst1/sqllib/db2profile
/opt/IBM/WebSphere/Express502/AppServer/bin/startServer.sh ICSMonitor
http://hostname/ICSMonitor
where hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.
http://hostname/FailedEvents
where hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.
If you are not using a Web server with your installation, you must configure System Monitor and Failed Event Manager to use a different port number. Do the following:
Here is an example command:
Home_directory/IBM/WebSphereServer/CWDashboard.sh \ "/opt/IBM/WebSphere/Express502/AppServer" \ hostname.ibm.com "Home_directory/IBM/WebSphereServer \ "DB2_Installation_Dir/java" n 7089 7043
/opt/IBM/WebSphere/Express502/AppServer/bin/stopServer.sh ICSMonitor
. /home/db2inst1/sqllib/db2profile
/opt/IBM/WebSphere/Express502/AppServer/bin/startServer.sh ICSMonitor
http://hostname:portnumber/ICSMonitor
where hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.
http://hostname:portnumber/FailedEvents
where hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.