After you complete the Create New Express Server wizard, run the ExpressSamples application to verify that the application server is running correcly.
Note: Before you test your application server, ensure the HTTP Server (powered by Apache) or the Domino HTTP server you selected the application server to use is Running. See Manage HTTP Servers for more information on HTTP Server (powered by Apache). See the Lotus(R) Domino(TM) Web site for more information on Domino HTTP servers.
If you are running multiple servers, verify that the servers' debug ports is properly set. If multiple servers on the same node use the same debug port, the servers might fail to start. See Java virtual machine settings for more information on how to change the debug port.
To start and test a new application server or to test a new application, follow these steps:
Note: If the status message for the application server does not change over a short period of time, click the Refresh button ( ). To stop your server, click the Stop button ( ).
ExpressSamples
http://your.server.name:port/Snoop
DB2 Web Services
http://your.server.name:port/services
Note: You can also use these steps to test new applications. After you deployed a new application, specify the URL in a Web browser. For example, if you install the application myApp on the server my.iSeries.server, and your HTTP Server instance uses port 10080, specify this URL:
http://my.iSeries.server:10080/myApp
After you verify that the application server is working correctly, configure the application server to run your application.
For additional information on starting and stopping application servers, see these topics:
Use the startServer script to start an application server
This topic describes how to use the startServer script in Qshell to start an application server.Use a CL command to start an application server
This topic describes how to use a CL command on the CL command line to start an application server.Verify that the application server has started
Before you can start your applications, the application server must be running. This topic describes how you can verify that the application server is running.Use the stopServer script to stop an application server
This topic describes how to use the stopServer script in Qshell to stop an application server.Use the serverStatus script to check the status of an application server
This topic describes how to use the serverStatus script in Qshell to determine the status of an application server.