As stated above, the
APSTRTn files for a socket service should be moved from your server
root PDS to your started task library and enabled as started tasks.
To start the service, issue a START command from the system console
for each server in the service.
Pool services are started
automatically by the Application Load Manager. If you installed the
Load Manager on your
z/OS system, the LOADMGR started task can be
started by a START command from the system console.
See About the Load Manager for more details.
Once a service is started,
you can test it from a Web browser. The URL depends on the platform
and path where your Application Broker is installed. For typical installations,
use one of the following URLs to test (or "ping") a service:
http://yourserver/cgi-bin/broker?_service=service-name&_program=ping
http://yourserver/scripts/broker.exe?_service=service-name&_program=ping
You must specify your
Web server name in place of
yourserver and your service name in place of
service-name. You might need to use a different URL path if you chose a different
path when you installed the Application Broker. If the service is
running, an HTML page is returned stating that the Application Server
is functioning.