Network Deployment (Distributed operating systems), v8.0 > Set up intermediary services > Implement a web server plug-in > Configure web server plug-ins


Configure a web server and a custom profile on the same machine

This procedure describes installing a web server and its plug-in on a machine where the default profile is a custom profile.

When multiple profiles exist, you can select the profile that the Web Server Plug-ins Configuration Tool configures. See Plug-ins configuration for a description of the flow of logic that determines how to select the profile to configure.



This procedure configures the custom profile on Machine B. This procedure assumes that you already have installed a dmgr on Machine A.

The WAS node on Machine B is the custom node that you create in this procedure. This procedure starts the dmgr and federates the custom node before installing the Web Server Plug-ins.

Start the dmgr. The dmgr must be running to successfully federate and configure the custom node.

New feature: Beginning in WAS v8.0 you can configure the server to use the High Performance Extensible Logging (HPEL) log and trace infrastructure instead of using SystemOut.log , SystemErr.log, trace.log, and activity.log files or native z/OS logging facilities. If you are using HPEL, you can access all of your log and trace information using the LogViewer command-line tool from your server profile bin directory. See the information about using HPEL to troubleshoot applications for more information on using HPEL.New feature:

Use this procedure to install the web server plug-in, configure the web server, and create a web server definition in the custom profile (custom node).

Tip: As an alternative to using the Web Server Plug-ins Configuration Tool, you can use the pct command-line tool with a response file to configure a web server. Read Configure a web server plug-in using the WCT command-line utility for more information.


Procedure

  1. Log on to the operating system.

    If you are installing as a nonroot or non-administrative user, then there are certain limitations.
    (AIX) (Solaris) In addition, select a umask that allows the owner to read/write to the files, and allows others to access them according to the prevailing system policy. For root, a umask of 022 is recommended. For nonroot users, a umask of 002 or 022 could be used, depending on whether or not the users share the group.

    To verify the umask setting, issue the following command:

    umask
    
    To set the umask setting to 022, issue the following command:
    umask 022
    

    (Windows) When installing as an administrative user on a Windows operating system, a Windows service is automatically created to autostart the application server. The installer user account must have the following advanced user rights:

    • Act as part of the operating system
    • Log on as a service

    For example, on some Windows operating systems, click Control Panel > Administrative Tools > Local Security Policy > Local Policies > User Rights Assignments to set the advanced options. See your Windows operating system documentation for more information.
    (Windows) If you plan to run the application server as a Windows service, do not install from a user ID that contains spaces. A user ID with spaces cannot be validated. Such a user ID is not allowed to continue the installation. To work around this restriction, install with a user ID that does not contain spaces.

  2. Use Installation Manager to install the following on Machine B.

    • WAS Network Deployment
    • Web Server Plug-ins for WAS
    • Websphere Customization Toolbox

  3. Use Installation Manager to install IBM HTTP Server on Machine B, or install another supported web server on Machine B.

  4. Create a custom profile as the first profile Machine B, and federate the node as you create it.

  5. Optional: Use the admin console of the dmgr to create an application server on the custom node.

    Click Servers > Applications servers > New and follow the instructions to create a server. A server is not required for installing the plug-ins but it lets you verify the functionality of the web server.

  6. Optional: Install the DefaultApplication on the new server while you are in the admin console of the dmgr.

    The DefaultApplication includes the Snoop servlet. The verification step uses the Snoop servlet.

  7. Open the WebSphere Customization Toolbox and launch the Web Server Plug-ins Configuration Tool on Machine B.

  8. Select a web server plug-in runtime location.

    If the location of a previously installed web server plug-in that you want to use is not in the list, perform the following actions to add the location to your working set:

    1. Click Add.

    2. Enter a name for the web server plug-in location.
    3. Perform one of the following actions:

      • Enter the location.

      • Click Browse, find the location, and click OK.

  9. Click Create.

  10. Select the type of web server that you are configuring, and click Next.

  11. Select the architecture of your installed target web server (64 bit or 32 bit) and click Next if you are asked.

  12. Click Browse to select the configuration file or files for your web server, verify that the web server port is correct, and then click Next when you are finished.

    Select the file and not just the directory of the file. Some web servers have two configuration files and require you to browse for each file.

    The following list shows configuration files for supported web servers:

    Apache HTTP Server

    apache_root/config///publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ d.conf

    Domino Web Server

    names.nsf and Notes.jar

    The wizard prompts for the notes.jar file. The actual name is Notes.jar.
    The Web Server Plug-ins Configuration Tool verifies that the files exist but the tool does not validate either file.

    IBM HTTP Server

    IHS_root/conf///publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ d.conf

    Microsoft Internet Information Services (IIS)

    The Web Server Plug-ins Configuration Tool can determine the correct files to edit.

    Sun Java System Web Server (formerly Sun ONE Web Server and iPlanet Web Server) v6.0 and later

    obj.conf and magnus.conf

  13. If you are configuring an IBM HTTP web server plug-in, perform the following actions.

    1. Optionally, set up the administration server configuration to administer the web server.

      1. Select Setup IBM HTTP Server Administration Server.

      2. Specify a port number on which the IBM HTTP administration server will communicate.

      3. Optionally, select Create a user ID for IBM Server Administration Server authentication and enter a user ID and password to authenticate to the IBM HTTP Server administrative server from the administrative console.

    2. Click Next.
    3. (AIX) (Solaris) Specify the system user ID and group to have write permission to IBM HTTP Server, the IBM HTTP Server administrative server, and the web server plug-in configuration files.

      Select Create a new unique system user ID and group using the credentials if necessary.

    4. (Windows) Optionally, set up the IBM HTTP Server Administration Server to run as a Window service.

      1. Select Run IBM HTTP Server Administration Server as a Windows Service.
      2. Perform one of the following actions:

        • Select Log on as a local system account.

        • Select Log on as a specified user account, and enter the user ID and password for that account.

          The user ID requires the following advanced user rights:

          • Act as part of the operating system
          • Log on as a service

      3. Choose whether your startup type will be automatic or manual.

    5. Click Next.

  14. Specify a unique name for the web server definition, and click Next.

  15. Select the configuration scenario.

    1. Choose the local scenario.
    2. Perform one of the following actions:

      • Enter the installation location of WAS (WAS_HOME).

      • Click Browse, find the installation location of WAS (WAS_HOME), and click OK.

    3. Click Next.

  16. Select the profile to configure with the current web server plug-in, and click Next.

  17. Review the summary information, and click Configure to begin configuring the web server, web server plug-in, and profile.

  18. Verify the success of the installation on the summary panel, and click Finish.

    If a problem occurs and the installation is unsuccessful, examine the logs in the plugins_root/logs directory. Correct any problems and re-configure.

  19. Create the web server definition on Machine A.

    You can use the admin console of the dmgr to create the web server definition on a federated node; or you can run the configuration script that the Web Server Plug-ins Configuration Tool created.

    The script already contains all of the information that gather when using the admin console option.

    • Use the administrative console

      Click Servers > Web servers > New and use the Create new web server entry wizard to create the web server definition.

    • Run the configuration script

      1. Paste the configureweb_server_name

        script from Machine B to the WAS_HOME/bin directory on Machine A.

      2. Issue the appropriate command from a command window:

        • (AIX) (Solaris) ./plugins_root/bin/configureweb_server_name

          sh

        • (Windows) plugins_root\bin\configureweb_server_name

          bat

      If we have enabled security or changed the default JMX connector type, edit the script and include the appropriate parameters on the wsadmin command.

  20. Domino Web Server only: Set the WAS_PLUGIN_CONFIG_FILE environment variable.
    On platforms such as AIX or Linux, sourcing a script to the parent shell allows child processes to inherit the exported variables. On Windows systems, run the script as you would run any other command. Sourcing is automatic on Windows systems.

    1. Open a command window.
    2. Change directories to the plug-ins installation root directory.
    3. Issue the appropriate command for the plugins_root/bin/setupPluginCfg.sh script:

      • (AIX) (Solaris) . plugins_root/bin/setupPluginCfg.sh (Notice the space between the period and the installation root directory.)
      • source plugins_root/bin/setupPluginCfg.sh

    The script is also in the lotus_root/notesdata directory on operating systems such as AIX or Linux.

    Issue the appropriate command for the script before starting the Domino Web Server.

  21. Start the Snoop servlet to verify the ability of the web server to retrieve an application from the application server.

    Test the environment by starting the application server, your web server, and using the Snoop servlet with an IP address.

    1. Start the application server. In a Network Deployment environment, the Snoop servlet is available in the cell only if you included the DefaultApplication when adding the application server to the cell. The -includeapps option for the addNode command migrates the DefaultApplication to the cell. If the application is not present, skip this step.

      Change directories to the PROFILE_ROOT/bin directory and run the startServer command:

      • (AIX) (Solaris) ./startServer.sh server1
      • (Windows) startServer server1

    2. Start the IBM HTTP Server or the web server that you are using.

      Use a command window to change the directory to the IBM HTTP Server installed image, or to the installed image of your web server. Issue the appropriate command to start the web server, such as these commands for IBM HTTP Server:

      To start the IBM HTTP Server from the command line:

      Access the apache and apachectl commands in the IBMHttpServer/bin directory.

      • (AIX) (Solaris) ./apachectl start
      • (Windows) apache

    3. Point your browser to http://localhost:9080/snoop to test the internal HTTP transport provided by the application server. Point your browser to http://Host_name_of_Web_server_machine/snoop to test the web server plug-in.

      The HTTP Transport port is 9080 by default and must be unique for every profile. The port is associated with a virtual host named default_host, which is configured to host the installed DefaultApplication. The Snoop servlet is part of the DefaultApplication. Change the port to match your actual HTTP Transport port.

    4. Verify that Snoop is running.

      Either Web address should display the Snoop Servlet - Request/Client Information page.

    5. Remote IBM HTTP Server only:

      Verify that the automatic propagation function can work on a remote IBM HTTP Server by using the following steps. This procedure is not necessary for local web servers.

      1. Create a user=adminUser, password=adminPassword in the IHS_root /conf/admin.passwd file. For example: c:\ws\ihs80\bin\htpasswd -cb c:\ws\ihs80\conf\admin.passwd adminUser adminPassword

      2. Use the admin console of the dmgr or the application server to enter the User ID and password information that you created for the administrative user of IBM HTTP Server. Go to Servers > Web server > web_server_definition > Remote Web server administration. Set the following values: admin Port=8008, User Id=adminUser, Password=adminPassword.

      3. Set the correct read/write permissions for the //publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ d.conf file and the plugin-cfg.xml file. See the IHS_root /logs/admin_ERROR. LOG file for more information.

      Automatic propagation of the plug-in configuration file requires the IBM HTTP administrative server to be up and running. If you are managing an IBM HTTP Server using the WAS administrative console, the following error might display:

      "Could not connect to IHS Administration server error"
      

      Perform the following procedure to correct the error:

      1. Verify that the IBM HTTP Server administration server is running.

      2. Verify that the web server host name and the port that is defined in the console matches the IBM HTTP Server administration host name and port.

      3. Verify that the fire wall is not preventing you from accessing the IBM HTTP Server administration server from the console.

      4. Verify that the user ID and password specified in the WAS admin console under remote managed, is created in the admin.passwd file, using the htpasswd command.

      5. If you are trying to connect securely, verify that you export the IBM HTTP Server administration server keydb personal certificate into the WAS key database as a signer certificate. This key database is specified by the com.ibm.ssl.trustStore directive in the sas.client.props file in the profile where your admin console is running. This consideration is primarily for self-signed certificates.

      6. If you still have problems, check the IBM HTTP Server admin_ERROR. LOG file and the WAS logs (trace.log file) to determine the cause of the problem.

  22. If the dmgr does not have the DefaultApplication installed, you can test the functionality of the web server and the custom node using an application of your own.

  23. From the admin console of the dmgr, click System administration > Save Changes to Master Repository > Synchronize changes with Nodes > Save.

  24. To create multiple web server definitions for the managed node, use the Web Server Plug-ins Configuration Tool to configure each web server.

    Identify the same managed node each time. Give each web server a different nick name.


Results

This procedure results in the installation of the Web Server Plug-ins for WAS on a web server machine. The Web Server Plug-ins Configuration Tool creates a web server definition within the managed node.

The Web Server Plug-ins Configuration Tool configures the web server to use the plugin-cfg.xml file that is within the managed custom node.

The dmgr regenerates the web server plug-in configuration file, plugin-cfg.xml whenever an event occurs that affects the file. Such events include the addition or removal of an application, server, or virtual host.

The creation or removal of clusters and cluster members also causes file regeneration. Automatic propagation through node synchronization copies the file after each regeneration to the following location on the custom node machine:

PROFILE_ROOT
   /config/cells/cell_name/nodes/
   node_name_of_custom_profile/servers/
   web_server_name 

/plugin-cfg.xml

The installation of the Web Server Plug-ins results in the creation of the Plugins directory and several subdirectories. The following directories are among those created on a Linux system, for example:


What to do next

See Plug-ins configuration for information about the location of the plug-in configuration file.

See Web server configuration for more information about the files involved in configuring a web server.

See Edit web server configuration files for information about how the Web Server Plug-ins Configuration Tool configures supported web servers.

See Configure web server plug-ins for information about other installation scenarios for installing Web server plug-ins.
Plug-ins configuration
Configure a web server plug-in using the WCT command-line utility
Configure web server plug-ins

+

Search Tips   |   Advanced Search