Installing WebSphere Application Server

To install WebSphere Application Server using the GUI installer, do the following:

  1. Log onto your machine with superuser (root) privileges. Note that when installing WebSphere Application Server, the user ID of this individual cannot contain angle brackets.

    If your system does not grant you root authority even though you are logged on as root, ensure /usr/ucb is in the path for the root login. Edit the install.sh file by adding the following line before the call to the whoami command:

    export PATH = $PATH:/usr/ucb
  2. If iPlanet Web Server or another Web server on your system is running, stop the Web server.
  3. If you plan to use a Web server or database at a level that exceeds the current version required by WebSphere Application Server, you must disable the WebSphere Prerequisite Checker before installing WebSphere Application Server. To do this, perform the following steps:
    1. Copy the prereq.properties file from the /cdrom/cdrom0/sun directory to the /tmp directory on the machine on which you will install WebSphere Application Server.
    2. Edit this file by finding the line prereq_checker=1 and changing it to prereq_checker=0.
  4. If you have not disabled the Prerequisite Checker as detailed in Step 3, run the installation script file by entering the following command:
    # /cdrom/cdrom0/sun/install.sh

    If you have disabled the Prerequisite Checker as detailed in Step 3, run the installation script file by entering the following command:

    # /cdrom/cdrom0/sun/install.sh /prereqfile  /tmp/prereq.properties
  5. Click Next to pass the introductory page.
  6. In the Install Options dialog, select Custom Installation; then click Next.
  7. In the Choose Application Server Components dialog, select those components you want and deselect those components you do not want. You will likely want to include the default options. Ensure that Configure Default Server and Application is selected. If you plan on running WebSphere Application Server with a supported Web server, then also select Web Server Plugins.
  8. Click Next. If necessary, shut down all Web servers you plan to run with WebSphere Application Server and proceed.
  9. If you opted to install a plug-in, the Choose Web Server Plugins page displays.
    Upgrade dialog

    Select Netscape V4.0 plug-in. Only IBM HTTP Server 1.3.12 is provided with WebSphere Application Server. You must separately purchase and install the other supported Web servers.

  10. When prompted, specify the directory and file name for the Netscape Enterprise Server configuration file.
  11. On the Database Options dialog, do the following:
    1. For Database Type, select Oracle.
    2. For Database Name, give the name of the database to use. The default is orcl.
    3. For DB Home, specify the path for the database home (the value of ORACLE_HOME).
    4. For DB URL, specify the URL for accessing the database. You will likely want to take the default.
    5. For Database User ID, specify your user name. If you have already installed Oracle 8i, ensure that you specify the Username specified when configuring Oracle 8i for use with WebSphere Application Server (for example, EJSADMIN).
    6. For Database Password and Confirm Password, enter your password. If you have already installed Oracle 8i, ensure that you specify the Password specified when installing Oracle 8i.
    7. Click Next.
  12. On the Security Options dialog, fill in the user ID, security password, and confirming password to use for the application server. If you do not need special key ring files, click Next to take the default key ring files and to move to the Product Directory dialog.

    If you need special key ring files, move to the key ring section, designate client and server files and passwords, and then click Next until you are at the Product Directory dialog.

  13. Specify the destination directory and click Next.
  14. Click Next again and then OK to begin the installation.
  15. The next page points you to the README. If you select to view the README and a Netscape browser does not open on the README, look in the <main_Application_Server_directory>/web/InfoCenter/was directory for the readme.html file. For the most recent version of the README or release notes, go to Library section of the product Web site at http://www.ibm.com/software/webservers/appserv/.

    Click Finish.