10 Installing IBM HTTP Server 7.0

This chapter contains the following sections:

10.1 IBM HTTP Server 7.0 Installation Steps

  1. Download the correct file, WebSphere Plugins, for your IBM operating system.

  2. Extract the file to a temporary directory.

    • On UNIX: tar -xvf <file name>

      For example:

      gzip -d C87XTML_Plugins.tar.gz

      tar -xvf C87XTML_Plugins.tar

    • On Windows: unzip <file name>

      For example:

      unzip C87XTML_Plugins.zip

  3. Change the directory to IHS/.

    For example:

    cd IHS/

  4. Run the installer:

    • For UNIX: ./install

    • For Windows: install.exe

  5. The "GUI" installer appears (Figure 10-1). Click Next.

    Figure 10-1 IBM HTTP Server - Welcome Screen

    Description of Figure 10-1 follows
    Description of ''Figure 10-1 IBM HTTP Server - Welcome Screen''

  6. Click the radio button I accept the IBM and non-IBM terms, to accept the license agreement (Figure 10-2) and click Next.

    Figure 10-2 Software License Agreement

    Description of Figure 10-2 follows
    Description of ''Figure 10-2 Software License Agreement''

  7. In the "System prerequisites check" screen (Figure 10-3) click Next.

    Figure 10-3 System Prerequisites Check

    Description of Figure 10-3 follows
    Description of ''Figure 10-3 System Prerequisites Check''

  8. In the "Enter the Install location" screen (Figure 10-4), select a location to install IHS 6.1 by using the Browse button, then click Next.

    Figure 10-4 Installation Location

    Description of Figure 10-4 follows
    Description of ''Figure 10-4 Installation Location''

  9. In the "Port Values Assignment" screen (Figure 10-5), enter the ports on which you wish to run IHS. Then click Next.

    Figure 10-5 Port Values Assignment

    Description of Figure 10-5 follows
    Description of ''Figure 10-5 Port Values Assignment''

    Note:

    We assume throughout this chapter that you are using the default ports: 80 and 8008. If you have changed them, replace the values given with the ports you have selected.
  10. In the "HTTP Administration Server Authentication" (Figure 10-6) screen:

    1. Select Create a user ID for IBM administration server authentication.

    2. Fill in the fields:

      • User ID: admin

      • Password: <enter and confirm>

    3. Click Next.

      Figure 10-6 HTTP Administration Server Authentication

      Description of Figure 10-6 follows
      Description of ''Figure 10-6 HTTP Administration Server Authentication''

  11. In the "Setup HTTP Administration Server" screen:

    1. Select:

      • Set up IBM HTTP administration server to administer IBM HTTP Server

      • Create a unique ID and Group for the IBM HTTP Server administration

    2. Fill in the fields. For example:

      • User ID: ihs7

      • Group: ihs7

        Note:

        Record the unique name for the User ID and Group. They are needed to integrate with WAS. The User ID and Group can be anything you choose; ihs61 is only an example.
    3. Click Next (Figure 10-7).

      Figure 10-7 Setup of IBM HTTP Server Administration Server

      Description of Figure 10-7 follows
      Description of ''Figure 10-7 Setup of IBM HTTP Server Administration Server''

  12. In the "IBM HTTP Server Plugin for IBM WebSphere Application Server" screen:

    1. Select Install the IBM HTTP Server Plug-in for IBM WebSphere Application Server.

    2. Fill in the fields:

      • Web server definition: webserver1

      • Host name: Enter the hostname on which the application server is found.

    3. Click Next (Figure 10-8).

      Figure 10-8 IBM HTTP Server Plug - In For IBM WebSphere Application Server

      Description of Figure 10-8 follows
      Description of ''Figure 10-8 IBM HTTP Server Plug - In For IBM WebSphere Application Server''

  13. In the "Installation summary" screen (Figure 10-9), click Next.

    Figure 10-9 Installation Summary

    Description of Figure 10-9 follows
    Description of ''Figure 10-9 Installation Summary''

  14. Allow the installer to finish.

  15. When the installation is complete (Figure 10-10), click Finish.

    Figure 10-10 Installation Successful

    Description of Figure 10-10 follows
    Description of ''Figure 10-10 Installation Successful''

    Note:

    Now, you will need to use the update installer to patch IBM HTTP Server to the same version as WebSphere. Information on using the update installer can be found on the IBM site when you download updates.You will need to update both the IHS server and the IHS plugins separately. To do so, you will need the WebSphere and the plugin fixpacks.

10.2 Installing IHS 7.0 with WebSphere Application Server on the Local Server

Note:

It is preferable to perform this installation after WebCenter Sites is already installed. Then the plugin, cfg.xml, is automatically updated to include WebCenter Sites.
  1. Browse to the WAS management console, for example:

    http://<DM_host>:<DM_console_port>/ibm/console

    where <DM_host> is the host name or IP address of the Deployment Manager host and <DM_console_port> is the port number on which the Deployment Manager console is listening for connections.

  2. Log in to the Admin Site.

  3. Select: Servers > Web Servers (Figure 10-11).

  4. Click New.

  5. To link IHS to WAS:

    1. Fill in the fields:

      • Select node: Select the node that you want to federate with (normally this is the node of the application server or cluster on which WebCenter Sites is installed).

      • Server name: Enter the unique name for this web server, which was entered when you installed IHS.

      • Type: Keep the type as IBM HTTP Server.

    2. Click Next (Figure 10-12).

      Figure 10-12 Web Server Mode and Type

      Description of Figure 10-12 follows
      Description of ''Figure 10-12 Web Server Mode and Type''

  6. In the "Select a Web server template" screen (Figure 10-13) click Next.

    Figure 10-13 Web Server Template

    Description of Figure 10-13 follows
    Description of ''Figure 10-13 Web Server Template''

  7. On the "Property Page" (Figure 10-14):

    1. Ensure that all entries are correct. The only entries that typically need to be changed are the locations for the IHS server and the Plugin Directory.

    2. Click Next.

      Figure 10-14 Properties for the New Web Server

      Description of Figure 10-14 follows
      Description of ''Figure 10-14 Properties for the New Web Server''

  8. Confirm the new Web server (Figure 10-15), then click Finish.

    Figure 10-15 New Web Server Confirmation

    Description of Figure 10-15 follows
    Description of ''Figure 10-15 New Web Server Confirmation''

  9. Save the changes as requested (Figure 10-16).

    Figure 10-16 Save the Changes to the Web Server

    Description of Figure 10-16 follows
    Description of ''Figure 10-16 Save the Changes to the Web Server''

  10. You can now start and stop the web server from the WAS console, using the Web servers selection.