Previous Topic: Update the httpd.conf FileNext Topic: Disable HTTP Ports


Adjust Related Settings

Adjusting related settings is a required task when you update the httpd.conf file.

To adjust related settings

  1. Open your web browser and set the proper values for the ServerAdmin and ServerName options, if you have not done so.
  2. Restart the Apache service, as follows:
    1. Open the Apache Service Monitor.
    2. Highlight the service to restart.
    3. Click Restart.
  3. Test by accessing the link http://loadbalancerhostname:89/wl or any other context for CA Workflow and http://hostname:89/usm for CA Service Catalog.

    Here, hostname specifies the load balancer computer, that is, the computer on which the Apache HTTP Server is configured for load balancing. For example, if the host name of the load balancer computer is ABC, then the link is http://ABC:89/wl.

  4. Review the mod_jk.log file under the logs folder in the Apache directory to determine which jvmRoute node was called. An example follows:
    found worker HOST1__USMView (HOST1__USMView) for route COMPUTER1__USMView and partial sessionid
    

You have adjusted settings related to the httpd.conf file.