137 lines
8.2 KiB
HTML
137 lines
8.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="topic" />
|
|
<meta name="DC.Title" content="Manage HTTP Servers" />
|
|
<meta name="abstract" content="This topic provides information about how to manage your HTTP Server with the IBM Web Administration for i5/OS interface." />
|
|
<meta name="description" content="This topic provides information about how to manage your HTTP Server with the IBM Web Administration for i5/OS interface." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaieparhttp.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2002,2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002,2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiemngsrvr" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Manage HTTP Servers</title>
|
|
</head>
|
|
<body id="rzaiemngsrvr"><a name="rzaiemngsrvr"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Manage HTTP Servers</h1>
|
|
<div><p>This topic provides information about how to manage your HTTP Server
|
|
with the <span>IBM<sup>®</sup> Web Administration for i5/OS™ interface</span>. </p>
|
|
<div class="important"><span class="importanttitle">Important:</span> Information
|
|
for this topic supports the latest PTF levels for HTTP Server for i5/OS .
|
|
It is recommended that you install the latest PTFs to upgrade to the latest
|
|
level of the HTTP Server for i5/OS. Some of the topics documented here are
|
|
not available prior to this update. See <a href="http://www-03.ibm.com/servers/eserver/iseries/software/http/services/service.html" target="_blank">http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm</a> <img src="www.gif" alt="Link outside Information Center" /> for more information. </div>
|
|
<p>As your client base grows and changes, and you add or move Web content,
|
|
you need to redefine your list of servers. After successfully creating an
|
|
HTTP Server (powered by Apache) or an ASF Tomcat server there are a number
|
|
of basic tasks that you will need to know in order to manage your servers
|
|
successfully.</p>
|
|
<ul><li><a href="#start_stop_admin">Start and stop the ADMIN server</a></li>
|
|
<li><a href="#check_status">Check status of server</a></li>
|
|
<li><a href="#start_stop_server">Start and stop server</a></li>
|
|
<li><a href="#rename">Rename server</a></li>
|
|
<li><a href="#delete">Delete server</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaieparhttp.htm" title="This topic provides step-by-step tasks for HTTP Server.">HTTP Server tasks</a></div>
|
|
</div>
|
|
</div><div class="nested1" id="start_stop_admin"><a name="start_stop_admin"><!-- --></a><h2 class="topictitle2">Start and stop the ADMIN server</h2>
|
|
<div><p>The ADMIN server runs on port 2001 (or 2010 for a secure connection) and
|
|
serves the iSeries™ Tasks
|
|
page.</p>
|
|
<p>You can start the ADMIN server by doing one of the following: </p>
|
|
<ul><li>In iSeries Navigator click <strong>Network -> Servers -> TCP/IP</strong> and right-click <strong>HTTP
|
|
Administration</strong>. Then click <strong>Start Instance -> ADMIN</strong>. </li>
|
|
<li>On an i5/OS™ command
|
|
line type <strong><tt>STRTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN)</tt></strong>.</li>
|
|
</ul>
|
|
<p>You can stop the ADMIN server by doing one of the following: </p>
|
|
<ul><li>In iSeries Navigator click <strong>Network -> Servers -> TCP/IP</strong> and right-click <strong>HTTP
|
|
Administration</strong>. Then click <strong>Stop Instance -> ADMIN.</strong> </li>
|
|
<li>On an i5/OS command line type <strong><tt>ENDTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN)</tt></strong>. </li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" id="check_status"><a name="check_status"><!-- --></a><h2 class="topictitle2">Check status of server</h2>
|
|
<div><p>To determine the status of your server, do the following using the <span>IBM Web Administration for i5/OS interface</span>:</p>
|
|
<ol><li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Click the <span class="uicontrol">All Servers</span> subtab.</li>
|
|
</ol>
|
|
<div class="note"><span class="notetitle">Note:</span> Items listed as "Unknown" are servers the Web master user profile does
|
|
not have authority to.</div>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" id="start_stop_server"><a name="start_stop_server"><!-- --></a><h2 class="topictitle2">Start and stop server</h2>
|
|
<div><p>Select one of the following methods below using the <span>IBM Web Administration for i5/OS interface</span>:</p>
|
|
<p><strong>Manage one server</strong></p>
|
|
<ol><li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Click the <span class="uicontrol">HTTP Servers</span> subtab.</li>
|
|
<li>Select your server from the <span class="uicontrol">Server</span> list.</li>
|
|
<li>Click the <strong>Stop</strong> icon if the server is running.</li>
|
|
<li>Click the <strong>Start</strong> icon.</li>
|
|
</ol>
|
|
<p><strong>Manage all servers</strong></p>
|
|
<ol><li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Click the <span class="uicontrol">All Servers</span> subtab.</li>
|
|
<li>Click the <span class="uicontrol">All HTTP Servers</span> tab.</li>
|
|
<li>Select your server name in the table.</li>
|
|
<li>Click <strong>Stop</strong> if the server is running.</li>
|
|
<li>Click <strong>Start</strong>.</li>
|
|
</ol>
|
|
<div class="note"><span class="notetitle">Note:</span> When stopping or starting a server, it may take several seconds for
|
|
the jobs to end or begin. Click Refresh to view the server's current status.
|
|
If your HTTP Server (powered by Apache) does not start, see <a href="rzaietrouble.htm">Troubleshoot</a>.</div>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" id="rename"><a name="rename"><!-- --></a><h2 class="topictitle2">Rename server</h2>
|
|
<div><p>To rename a server, do the following using the <span>IBM Web Administration for i5/OS interface</span>:</p>
|
|
<ol><li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Click the <span class="uicontrol">All Servers</span> subtab.</li>
|
|
<li>Click the <span class="uicontrol">All HTTP Servers</span> tab.</li>
|
|
<li>Select the server you want to rename.</li>
|
|
<li>Click <strong>Rename</strong>.</li>
|
|
<li>Enter the new name.</li>
|
|
<li>Click <strong>OK</strong>. </li>
|
|
</ol>
|
|
<p>You will receive a message that indicates whether or not the task completed
|
|
successfully. </p>
|
|
<div class="note"><span class="notetitle">Note:</span> This does not change the document root or the server root. Only the
|
|
instance name is changed.</div>
|
|
</div>
|
|
</div>
|
|
<div class="nested1" id="delete"><a name="delete"><!-- --></a><h2 class="topictitle2">Delete server</h2>
|
|
<div><p>Once you delete a server, you cannot retrieve it. You must create a server
|
|
to replace the deleted server. If the server you selected is running, it stops
|
|
before the system deletes it. The system does not delete the server configuration
|
|
that is associated with this server or the directory and its contents. </p>
|
|
<p>To delete a server, do the following using the <span>IBM Web Administration for i5/OS interface</span>:</p>
|
|
<ol><li>Click the <strong>Manage</strong> tab.</li>
|
|
<li>Click the <span class="uicontrol">All Servers</span> subtab.</li>
|
|
<li>Click the <span class="uicontrol">All HTTP Servers</span> tab.</li>
|
|
<li>Select the server you want to delete.</li>
|
|
<li>Click <strong>Stop</strong> if the server is running.</li>
|
|
<li>Click <strong>Delete</strong>. </li>
|
|
</ol>
|
|
<p>You will receive a message that indicates whether or not the task completed
|
|
successfully. </p>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |