| Installing JRun
|
|
Connecting JRun to External Web Servers
|
Connecting a Netscape/iPlanet web server
This section describes how to configure JRun to communicate with a Netscape web server running on Windows or UNIX. For more information about advanced web server connection techniques, see JRun Administrator's Guide.
Connecting JRun to Netscape
Use the following procedure for connecting JRun to Netscape Enterprise Server (NES) and Netscape iPlanet web server.
To connect Netscape and JRun:
- Run the Web Server Configuration tool and connect to a JRun server.
For details, see "Running the Web Server Configuration tool".
- In the Web Server Properties section of the Web Server Configuration tool, select Netscape Enterprise Server/iPlanet, as the following figure shows:
- Enter the directory path or browse to the Netscape https-xxxx\ config directory and click Select.
The name of the NES server is https-xxxx. For example, on Windows NT, the web server conf directory might be C:\netscape\server4\https-cats\config.
- To enable the following connector settings, click Advanced:
- Verbose logging in the connector log
- The native OS memory allocator, not the web server memory allocator
- Click OK.
- Click Install.
JRun connects to the web server.
- Ensure that your web server is running.
- To verify the JRun connection to your Netscape web server, open a web browser on the Netscape web server to the following URL: http://web-server-hostname.
Note: This step assumes that Netscape is listening for connections on the default port 80. If not, use http://web-server-hostname:webserver-port-number.
The default page for the web server to which you connected appears, showing that you successfully configured the connection between JRun and your external web server.
Removing the JRun connection to Netscape/iPlanet
You can remove the web server configuration in one of two ways:
- Using the Web Server Configuration tool:
Select the Netscape web server configuration, and click Remove.
- Using the following command:
java -jar jrun_root/lib/wsconfig.jar -ws nes -dir nes_root/https-xxxx/config -r
The name of the NES server is https-xxxx.