ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/guistrtntstapp.htm

67 lines
5.7 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Start and test your application server</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2><a name="guistrtntstapp"></a>Start and test your application server</h2>
<p>After you complete the Create New Express Server wizard, run the ExpressSamples application to verify that the application server is running correcly.</p>
<p><strong>Note:</strong> 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 <em>Running.</em> See <a href="../../../rzaie/rzaiemngsrvr.htm">Manage HTTP Servers</a> for more information on HTTP Server (powered by Apache). See the <a href="http://www.ibm.com/servers/eserver/iseries/domino/" target="_blank">Lotus(R) Domino(TM) Web site</a> <img height=15 alt="Link outside Information Center" src="www.gif" width=18 align="absbottom" border=0 > for more information on Domino HTTP servers.</p>
<p>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 <a href="help/urun_rconfproc_jvm.html" target="_blank">Java virtual machine settings</a> for more information on how to change the debug port. <img src="help.gif" width="18" height="15" alt="Go to help documentation" border="0"></p>
<p>To start and test a new application server or to test a new application, follow these steps:</p>
<ol>
<li><a href="../../../rzaie/rzaiegetstarted.htm">Start the HTTP Server Administration interface</a>.</li>
<li>Click the <strong>Manage</strong> tab.</li>
<li>Select an application server from the <strong>Server</strong> list.</li>
<li>Click the <strong>Start</strong> button (&nbsp;<img height=26 alt="Start button" src="rzaie001.gif" width=26 align="absbottom">&nbsp;). The start button is located directly below the <strong>Server</strong> list and to the right of the application server status message. The status message changes from <em>Stopped</em> to <em>Starting</em>. When the server is ready, the status message changes to <em>Running</em>. If the status message changes back to <em>Stopped</em>, an error has occurred.
<p><strong>Note:</strong> If the status message for the application server does not change over a short period of time, click the <strong>Refresh</strong> button (&nbsp;<img height=26 alt="Refresh button" src="rzaie002.gif" width=26 align="absbottom">&nbsp;). To stop your server, click the <strong>Stop</strong> button (&nbsp;<img height=26 alt="Stop button" src="rzaie003.gif" width=26 align="absbottom">&nbsp;).</p></li>
<li>Expand <strong>Applications</strong> after your application is running.</li>
<li>Click <strong>Manage Installed Applications</strong>.</li>
<li>Ensure the application you want to test is running. If it is not, select the application from the installed applications list and click <strong>Start</strong>. See <a href="guimngapp.htm">Manage installed applications for your application server</a><strong> </strong>for more information.</li>
<li>Open a new Web browser window.</li>
<li>Specify one of the following URLs to test your application server, where <em>your.server.name</em> is the name of your iSeries server and <em>port</em> is the port number of your HTTP Server instance. Use the example application you installed.
<ul>
<li><p><strong>ExpressSamples</strong><br>
http://<em>your.server.name</em>:<em>port</em>/Snoop</p></li>
<li><p><strong>DB2 Web Services</strong><br>
http://<em>your.server.name</em>:<em>port</em>/services</p></li>
</ul></li>
</ol>
<p><strong>Note:</strong> You can also use these steps to test new applications. After you <a href="guidplyapp.htm">deployed a new application</a>, specify the URL in a Web browser. For example, if you install the application <em>myApp</em> on the server <em>my.iSeries.server</em>, and your HTTP Server instance uses port <em>10080</em>, specify this URL:</p>
<pre>http://my.iSeries.server:10080/myApp</pre>
<p>After you verify that the application server is working correctly, <a href="appsvrcfg.htm">configure the application server to run your application</a>.</p>
<p>For additional information on starting and stopping application servers, see these topics:</p>
<blockquote>
<p><strong><a href="qshstrsvr.htm">Use the startServer script to start an application server</a></strong>
<br>This topic describes how to use the startServer script in Qshell to start an application server.</p>
<p><strong><a href="cmdstrappsvr.htm">Use a CL command to start an application server</a></strong>
<br>This topic describes how to use a CL command on the CL command line to start an application server.</p>
<p><strong><a href="appsvrvrfy.htm">Verify that the application server has started</a></strong><br>
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.</p>
<p><strong><a href="qshstopsvr.htm">Use the stopServer script to stop an application server</a></strong>
<br>This topic describes how to use the stopServer script in Qshell to stop an application server.</p>
<p><strong><a href="qshsvrstat.htm">Use the serverStatus script to check the status of an application server</a></strong>
<br>This topic describes how to use the serverStatus script in Qshell to determine the status of an application server.</p>
</blockquote>
</body>
</html>