Configuring the HTTP Server as a load balancer

Follow these steps to configure the HTTP Server as a load balancer with Unica Platform.

Procedure

  1. In the WebSphere administrative console, navigate to Servers > Server Types > Web Servers.
  2. Select the server name and click Generate Plug-in. Then select the server name and click Propogate Plug-in.

    Verify that the plugin-cfg.xml file is generated. Note the path of this file.

    Open the file and verify that it contains the correct URIGroups and cluster server information. If the information is not correct, modify the file and then repeat the steps in this procedure.

  3. Open the HTTP Server conf file and add the following two lines to the bottom of the file.

    The conf file is located in the conf directory under your HTTP Server installation. The typical install location is data/webservers/IBM/IHS.

    
    LoadModule was_ap22_module 
          IBM HTTP SERVER HOME/Plugins/bin/64bits/mod_was_ap22_http.so
    WebSpherePluginConfig  
          IBM HTTP SERVER HOME/config/vmw009113022209/plugin-cfg.xml
    
  4. Restart the cluster.