This section describes how to configure web-based tools to use WebSphere Application Server or WebSphere Application Server Express. For instructions on using Tomcat instead, see Configuring web-based tools to use Tomcat.
To configure the web-based tools 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, make sure that you have installed WebSphere Application Server or WebSphere Application Server Express versions 5.1.1 or higher. (You can install WebSphere Application Server Express version 6.0 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:
The 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 the web-based tools to use a Web server, perform the following steps:
Here is an example command:
Home_directory/IBM/WebSphereServer/CWDashboard.sh \ "opt/IBM/WebSphere/Express60/AppServer" \ hostname.ibm.com "Home_directory/IBM/WebSphere/Server" \ "DB2_Installation_Dir/java" y
WASinstDir/bin/stopServer.sh ICSMonitor
WASinstDir/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/WebDeployment
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 the web-based tools to use a different port number. Do the following:
Here is an example command:
Home_directory/IBM/WebSphereServer/CWDashboard.sh \ "/opt/IBM/WebSphere/Express60/AppServer" \ hostname.ibm.com "Home_directory/IBM/WebSphereServer \ "DB2_Installation_Dir/java" n 7089 7043
WASinstDir/bin/stopServer.sh ICSMonitor
WASinstDir/bin/startServer.sh ICSMonitor
http://hostname:portnumber/ICSMonitorwhere hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.
http://hostname:portnumber/WebDeploymentwhere hostname is the name of the computer on which WebSphere Application Server or WebSphere Application Server Express is installed.