System information

242
AS/400 IBM Network Station: Techniques for Deployment in a WAN
8.4.2 Avoiding Conflicts between AS/400 HTTP Server and Domino
The AS/400 operating system (OS/400) includes several TCP/IP application
servers, including an HTTP server, that is known as the Internet Connection
Secure Server (ICS). This HTTP server processes HTML documents, CGI
scripts, and Java scripts for home pages. Domino for AS/400 also provides an
HTTP server capability which enables Notes databases to be seen as HTML
documents on the Web.
You can have both HTTP servers installed and running. However, the Domino
HTTP server and the Internet Connection Secure Server are both set up to
use TCP/IP port 80. Because both HTTP servers use the same port, the
server that is started second will have a problem accessing the port. To
eliminate this problem, do
one
of the following:
End TCP/IP HTTP server by entering the following AS/400 command:
ENDTCPSVR *HTTP
Then use the AS/400 Work with HTTP Configuration (WRKHTTPCFG)
command to change the TCP/IP server to allow it to use a port other than
port 80.
Alternatively, change the Domino HTTP server to allow it to use a port
number other than port 80. You change the HTTP server port number in
the server document for the Domino server.
If a port number other than 80 is used, the port number must be specified if
accessing the IBM Network Station Manager from a browser or from NC
Navigator on the IBM Network Station. For example, if port 9999 has been
set in the HTTP configuration, the URL that can access the IBM Network
Station Manager is: http://sysipadr:9999/networkstation/admin
The
sysipadr
is the IP address of the AS/400 system that has the IBM
Network Station Manager installed.
Note