Try OpenEdge Now
skip to main content
Administration
WebSpeed Administration : Configuring WebSpeed on UNIX : Managing the WebSpeed Messenger
 

Managing the WebSpeed Messenger

Sometimes you might want to check the Messenger's status. For example, the NSAPI Messenger maintains persistent connections to the WebSpeed Transaction Servers, which you might want to break manually. WebSpeed provides an Administrative HTML page for the Messenger that you can access through a URL.
If you are running an NSAPI Web server, use the following URL:
http://host-name[:port]/wsnsa.dll[/WService=appservice-name]?WSMAdmin
Where host-name is the name of the host where the Messenger is running, port is the port that your Web server uses (if different from the default port 80), and appservice-name is the name of the Transaction Server or NameServer.
For example, the following URL requests the Administration page for the NSAPI Messenger on a host named mars:
http://mars/wsnsa.dll/WService=wsbroker1?WSMAdmin
If you are running a CGI Web server, use the following URL:
http://host-name/scripts/cgiip.exe[/WService=appservice-name]?WSMAdmin
Where host-name is the name of your Web server machine, port is the port that your Web server uses (if different from the default port 80), scripts is your Web server's scripts directory, and appservice-name is the name of the application service.