Managing HTTP Servers
Manage your Web server using the interface.
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 there are a number of basic tasks that you will need to know in order to manage your servers successfully.
- Starting and stopping the ADMIN server
- Checking status of a server
- Starting and stopping a server
- Renaming a server
- Deleting a server
Starting and stopping the ADMIN server
The ADMIN server runs on port 2001 (or 2010 for a secure connection) and serves the Task Page.
You can start the ADMIN server by doing one of the following:
- In click Network -> Servers -> TCP/IP and right-click HTTP Administration. Then click Start Instance -> ADMIN.
- On an command line type STRTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN).
You can stop the ADMIN server by doing one of the following:
- In click Network -> Servers -> TCP/IP and right-click HTTP Administration. Then click Stop Instance -> ADMIN.
- On an command line type ENDTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN).
Checking status of a server
To determine the status of your server, do the following using the interface:
- Click the Manage tab.
- Click the All Servers subtab.
Starting and stopping a server
Select one of the following methods below using the interface:
Manage one server
- Click the Manage tab.
- Click the HTTP Servers subtab.
- Select your server from the Server list.
- Click the Stop icon if the server is running.
- Click the Start icon.
Manage all servers
- Click the Manage tab.
- Click the All Servers subtab.
- Click the All HTTP Servers tab.
- Select your server name in the table.
- Click Stop if the server is running.
- Click Start.
Renaming a server
To rename a server, do the following using the interface:
- Click the Manage tab.
- Click the All Servers subtab.
- Click the All HTTP Servers tab.
- Select the server you want to rename.
- Click Rename.
- Enter the new name.
- Click OK.
You will receive a message that indicates whether or not the task completed successfully.
Deleting a server
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.
To delete a server, do the following using the interface:
- Click the Manage tab.
- Click the All Servers subtab.
- Click the All HTTP Servers tab.
- Select the server you want to delete.
- Click Stop if the server is running.
- Click Delete.
You will receive a message that indicates whether or not the task completed successfully.