39 lines
2.7 KiB
HTML
39 lines
2.7 KiB
HTML
<!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>Verify that the application server has started</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="acvrfy"></a>Verify that the application server has started</h3>
|
|
|
|
<p>When the WebSphere Application Server - Express environment is ready for use, a message is written to the job log of the application server job indicating that the WebSphere Application Server environment is ready.</p>
|
|
|
|
<p>To verify that your application server instance has started successfully, follow these steps:</p>
|
|
|
|
<ol>
|
|
<li><p>On a CL command line, run the Work with Active Jobs (WRKACTJOB) command.</p></li>
|
|
<li><p>Find your application server job in the QASE51 subsystem.</p></li>
|
|
<li><p>Specify option 5 (Work with Job) on the option line next to the job, and press <strong>Enter</strong>.</p></li>
|
|
<li><p>On the command line of the Work with Job display, specify option 10 (Display job log, if active), and press <strong>Enter</strong>.</p></li>
|
|
<li><p>Press <strong>F10</strong> to display all messages.</p></li>
|
|
<li><p>Look for this message:</p>
|
|
<pre>WebSphere application server <em>application_server</em> ready.</pre>
|
|
<p>where <em>application_server</em> is the name of your application server.</p>
|
|
<p>If the message is not displayed, press <strong>F5</strong> to refresh the job log messages until the message is displayed. When the message is displayed, the WebSphere Application Server environment has successfully started. It may take up to 20 minutes for the message to be displayed, depending on your iSeries server. If the message is not displayed, see <a href="../trb/trbstartup.htm">WebSphere Application Server startup</a> in the Troubleshooting section.</p></li>
|
|
<li><p>To display the port number on which the application server is listening for the administrative console, position the cursor on the last line of the message and press <strong>F1</strong>. This message is displayed:</p>
|
|
<pre>WebSphere application server <em>application_server</em>
|
|
in job <em>app_server_job</em> is ready to handle administrative requests
|
|
on port <em>port_number</em>.</pre>
|
|
<p>where <em>application_server</em> is the name of your application server, <em>app_server_job</em> is the i5/OSjob name for your application server, and <em>port_number</em> is the number of the port used by the administrative console.</p></li>
|
|
<li><p>Press <strong>F3</strong> twice to exit.</p></li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html> |