This chapter describes how to install your server and covers the following topics:
To install your server for the first time or to reinstall:
e:\NT\language\setupNT is the Windows NT platform subdirectory; language is the national language you want to install.
Alternatively, you can select the browse button and find the setup.exe file on the CD-ROM drive before selecting OK.
e:\NT\DEU\g:setup.exe
where e is your CD-ROM drive.
This is the base Web server product.
Note:
The server documentation is automatically installed when you install this component.
This contains all the function to use the SSL protocol as part of your server.
For Windows NT, the NT Service component allows you to run the server as an NT service.
Once your server is installed as an NT service, the Internet Connection Server program group will contain only the Uninstall icon because you can start a true Windows NT service only from the Services panel. You can reinstall the base program to get the program icon.
Note:
With Windows NT, the directory you specify for the installation must be on a drive in an NTFS, HPFS, or FAT partition. We recommend that you install onto an NTFS drive for better file protection.
From the Choose Target Directory window, do the following:
Note:
You can change the path for a directory using either of the following methods:
- Type over the default path.
- Click the button next to the directory name and select the new path in the Choose directory window. Click OK to continue.
The files used by the server Configuration and Administration forms are installed in this directory.
The server executable program files and other related files are installed in this directory.
Your script programs that use the Common Gateway Interface (CGI) and the server htimage program are installed in this directory.
The server publications Quick Beginnings and the WebMaster's Guide are installed in this directory.
Your HTML documents, the server sample HTML pages, and the server Front Page are installed in this directory.
The default directory list icons are installed in this directory. You may also choose to put your own icon and graphics files in this directory.
Example labels for Platform for Internet Content Selection (PICS) support are installed in this directory.
The server puts log files in this directory.
This is the directory where you want to keep all trusted Java servlets. This will allow these servlets to run in the same process as the server and can improve performance.
This is the directory where you want to keep all untrusted Java servlets. This will ensure that these servlets run in a separate process than the server and will not bring down the server if they fail.
If you selected any of the component directories, you will be prompted on additional windows for those directories.
If you are reinstalling and already have a server configuration file, you will be asked if you want to keep the existing httpd.cnf file. This file is located in the C:\WINNT35\ directory.
Note:
Your current httpd.cnf configuration file will be copied to a file named httpd.$nf.
It is recommended that you choose No, which is the default, because many new directives have been added to the configuration file. For a list of new directives, see page reference #1.
Click OK to continue.
The default value is the host name defined as part of your TCP/IP configuration. If you want to use an alias, you can change this field to a fully qualified host name that is defined in your domain name server.
The default value of 80 is the well known port number for Hypertext Transfer Protocol (HTTP). Other port numbers less than 1024 are reserved for other TCP/IP applications. Port numbers 8080 and 8008 are commonly used for testing servers.
The default value of 443 is the well known port number for Secure Sockets Layer (SSL) protocol requests.
This is the name of the file where you want to store private-public key pairs that the server will use for secure communications. The default value is C:\WWW\BIN\keyfile.kyr. If you already have a key ring file, correct the key ring file name.
Note:
For Windows NT, if you have installed the secure server as an NT service, you must start the server, go to the Configuration and Administration forms, and check the box to set your key ring file password to be automatically stashed.
This is the ID of your server administrator. Anyone attempting to use the server Configuration and Administration Forms will be prompted to enter this ID. The default value is webadmin.
This is the password that protects access to the Configuration and Administration forms. Anyone attempting to use the server Configuration and Administration forms will be prompted to enter this password. The default value is webibm.
If you select No, the existing file will be backed up in your ETC directory with the file name ICS_PICS.$NF.
For Windows NT, if you installed your server as an NT service, you will get a message stating that you can start the program from the Services panel.
Note:
If you do not install the secure server product license, your server will operate as a secure server for only 60 days. You can install the secure server product license any time during that 60-day period or any time after 60 days without having to reinstall the server.
Use your favorite browser to connect to your server's Front Page by going to the URL http://your.server.name, where your.server.name is the fully qualified name of your host. The Front Page contains links that let you:
See the Webmaster's Guide to learn how to configure your server to your exact specifications.
If you are migrating from a previous release or want to reinstall the US-Canadian version of the V4R2 Internet Connection Secure Server, you must first delete the current version of the server. A backup configuration file and password file are saved during the migration procedure. For planning information, go to "Migration considerations".
To remove the server icon and product from your machine, stop the server and select the Uninstall Internet Connection Server icon in the Internet Connection Server group. For Windows NT, you can also selectively uninstall either the NT service, security, and/or base server components.
To install the current version of the server, use the procedure in "Installing for the first time or reinstalling".
If you do not install the secure server product license, or you download an evaluation copy of the server from the Internet Connection Family web site http://ics.raleigh.ibm.com, your server operates as a secure server for only 60 days. You can install the secure server product license any time during that 60-day period or any time after 60 days without having to reinstall the server. The secure server product license is available on the Internet Connection Secure Server CD-ROM.
To install the secure server product license:
With InstallShield, you can automate your installation by running it in silent mode. You will not receive any messages during installation; however, a log file will be created. You can review this file to determine if the server was successfully installed.
SETUP -S -F1path\filename -F2path\logfilename
-F1 and -F2 specify the paths and file names for the response and log files.
If you specify only -F1, InstallShield will:
If you specify both -F1 and -F2, InstallShield will:
Note: Make sure there are no spaces between -F1 and path/filename or -F2 and path/logfilename.
Go to Chapter 5. "Starting to use your server" for information on the HTML documents shipped with the server and instructions on making your own documents available.
Use the information in the Webmaster's Guide to change your server default configuration settings and control access to your server.