Installation guide

Using Silent Installation
Chapter 3 Installing iPlanet Web Server, Enterprise Edition on Windows NT 49
The following is an example of an install.inf file.
The following table shows some useful install.inf parameters to edit. For best results, do not
edit any parameters except those listed in the table.
[General]
Components=svrcore,WebServer
ServerRoot=D:\iplanet\Servers
[WebServer]
Components=NESCore,JRE,Java,Cleanup
AdminPort=8888
HttpPort=80
HttpDocRoot=D:\iplanet\Servers\docs
AdminName=admin
AdminPassword=admin
[Java]
JRE_DIR=D:/iplanet/servers/bin/https/jre
[Cleanup]
Archive=cleanup.zip
Table 3-2 Silent Installation Parameters
Parameter Name Use
ServerRoot The directory where you install the server.
AdminPort The Administration Server port.
HttpPort The port of the default iPlanet Web Server instance.
HttpDocRoot The document root of the iPlanet Web Server instance.
AdminName The user name used to access to the Administration Server’s
administration screens.
AdminPassword The password used to access to the Administration Server’s
administration screens.
JRE_Dir If you are installing the JRE shipped with the iPlanet Web Server,
the directory where it is installed.
JDK_DIR The directory where your JDK is installed.