ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/admin/guicrtapp.htm

86 lines
5.4 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>Create a new application server</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2><a name="guicrtapp"></a>Create a new application server</h2>
<p>An application server provides the runtime environment for your applications. An instance of WebSphere Application Server - Express consists of a single application server, which connects to an HTTP server instance to receive client requests. The application server performs administrative functions and provides services that your application uses to process client requests.</p>
<p>To create a new application server with HTTP Server Administration interface, follow these steps:</p>
<ol>
<li><a href="../../../rzaie/rzaiegetstarted.htm">Start the HTTP Server Administration interface</a>.</li>
<li>Click the <strong>Setup</strong> or <strong>Manage</strong> tab.</li>
<li>Expand <strong>Tasks and Wizards</strong>.</li>
<li>Click <strong>Create New Express Server</strong>.
<p>The Create New Express Server wizard creates a new application server to use Web applications with dynamic content. Before you continue, familiarize yourself with virtual hosts, applications, data sources, and JDBC providers. These basic features are briefly explained in the wizard and the help text. To learn more, see the <a href="http://publib.boulder.ibm.com/was400/50/" target="_">WebSphere Application Server for iSeries Version 5.0 Information Center</a>. <img height=15 alt="Link outside Information Center" src="www.gif" width=18 border=0 ></p></li>
<li>Click <strong>Next</strong>.</li>
<li>Specify a unique name for the new application server.</li>
<li>Click <strong>Next</strong>.</li>
<li>Select the HTTP server type for your new application server to use.
<ul>
<li><strong>Create a new HTTP Server (powered by Apache)</strong><br>
Select this option to create a new HTTP Server (powered by Apache) instance.
<ol type="a">
<li>Click <strong>Next</strong>.</li>
<li>Complete the Create a new HTTP Server (powered by Apache) form.</li>
<li>Click <strong>Next</strong>. Continue to step 9.</li>
</ol></li>
<li><strong>Select an existing HTTP Server (powered by Apache)</strong><br>
Select this option to use an existing HTTP Server (powered by Apache) instance.
<ol type="a">
<li>Click <strong>Next</strong>.</li>
<li>Select an existing HTTP Server (powered by Apache) from the list.</li>
<li>Click <strong>Next</strong>. Continue to step 9.</li>
</ol></li>
<li><strong>Select an existing Domino HTTP server</strong><br>
Select this option to use an existing Domino HTTP server.
<ol type="a">
<li>Click <strong>Next</strong>.</li>
<li>Select an existing Domino HTTP server from the list.</li>
<li>Click <strong>Next</strong>. Continue to step 9.</li>
</ol></li>
</ul></li>
<li>Specify the first port in a block of 12 unused ports on your system. The wizard assigns these ports to internal services of the application server. For example, if you specify 3001 as the first port, the wizard configures ports 3001 to 3012.</li>
<li>Click <strong>Next</strong>.</li>
<li>Install one or more of the example applications that are provided. Use the installed example applications to verify the application server is working correctly.</li>
<li>Click <strong>Next</strong>.</li>
<li>The summary page lists all of the choices you have made in the wizard. If any of the information displayed is incorrect, click <strong>Back</strong> until you reach the wizard form with the incorrect information and make your corrections. Click <strong>Finish</strong> to complete the wizard.</li>
</ol>
<p>After you create your application server, continue to <a href="guistrtntstapp.htm">Start and test the application server</a>.</p>
<p>For more information on working with application server instances, see these topics:</p>
<blockquote>
<p><strong><a href="guidltappsvr.htm">Delete an application server instance</a></strong>
<br>This topic describes how to delete an application server instance with the HTTP Server Administration interface.</p>
<p><strong><a href="qshcrtinst.htm">Create an application server instance with the crtwasinst script</a></strong>
<br>This topic describes how to use the crtwasinst script in Qshell to create a new application server instance.</p>
<p><strong><a href="qshdltinst.htm">Delete an application server instance with the dltwasinst script</a></strong>
<br>This topic describes how to use the dltwasinst script in Qshell to remove an application server instance.</p>
<p><strong><a href="qshdspinst.htm">Display application server properties with the dspwasinst script</a></strong>
<br>This topic describes how to use the dspwasinst script in Qshell to view information about an application server instance.</p>
<p><strong><a href="guicfgwebsvr.htm">Configure a new HTTP server instance</a></strong>
<br>This topic describes how to configure an instance of IBM HTTP Server (powered by Apache) for your application server instance.</p>
<p><strong><a href="guicfgdom.htm">Configure Lotus Domino Web server</a></strong>
<br>This topic describes how to configure an instance of Lotus Domino Web server for your application server instance.</p>
</blockquote>
</body>
</html>