Configure WebSpeed Messenger
UNIX Servers: If Tomcat is installed on UNIX, go to the WebSpeedInstallDir/properties directory and copy msngrs.properties to ubroker.properties.
1 Using a text editor, open ubroker.properties.
2 Find the [NameServer.NS1] section and add the following parameters:
location=remote
hostName=DataBaseServerName
3 Find the [WebSpeed.Messengers.CGIIP] section. Depending on the OS where Tomcat is installed, add the following parameters; use wspd_cgi.ksh for UNIX or cgiip.exe for Windows.
UNIX server
msngrExecFile=@{Startup/DLC}/bin/wspd_cgi.ksh
AllowMsngrCmds=1
Host=DataBaseServerName
Port=NameServerPortOnDBServer
registerNameServer=1
Windows server
msngrExecFile=@{Startup\DLC}\bin\cgiip.exe
AllowMsngrCmds=1
Host=DataBaseServerName
Port=NameServerPortOnDBServer
registerNameServer=1
4 Verify your edits and save the file.
5 Copy the WebSpeed executable from the \dlc\bin directory on the application server to the Tomcat cgi directory on the application server.
• For UNIX servers, copy wspd_cgi.sh. In the target directory, rename the file to wspd_cgi.ksh.
• For Windows servers, copy the cgiip.exe file.
The file should be placed in the following directory:
TomcatInstallDir/webapps/qaduiConfig/WEB-INF/cgi/
Verify the WebSpeed Messenger
To verify that WebSpeed Messenger is installed and configured correctly, launch a Web browser and enter this URL:
http://TomcatHost/cgi-bin/wspd_cgi.ksh/WService=BrokerName/ping
• TomcatHost is the Tomcat server where the remote messenger was installed.
• BrokerName is your WebSpeed broker name.
The WebSpeed home page should display.
Open SpeedStart from the WebSpeed Program Group and follow the instructions to test the WebSpeed Messenger configuration.