Previous Topic: How to Create a System with a Primary Server Only

Next Topic: SSL Login Environment Verification

Verify the Web Director Parameter Values

You can verify web director parameter values.

To verify parameter values

  1. For Secure Login Web engines, edit the <Host_Name>-web[#].cfg as follows:
    1. Change the CAisd parameter value from /CAisd to /CAisdsec.
    2. Change the UseDirector parameter value from Yes to AfterLogin if the web director uses pass thru authentication.
    3. Change the Willingness parameter value from 5 to 0.
    4. Verify that the RedirectingURL value protocol is listed as https.
    5. Change the RedirectingURL <cgi directory> value from CAisd to CAisdsec.
    6. Save the changes.
  2. For non-secure engines handling all other activity, edit the <Host_Name>-web[#].cfg files for the non-secure web engines that you want to handle the non-login activity. Verify that the CAisd parameter value is /CAisd.
    1. Change the UseDirector parameter value from Yes to BeforeLogin.
    2. Maintain the Willingness value of 5 or set it to any integer value from 1 to 10, depending on the particular loading weight desired.
    3. Verify that the RedirectingURL value protocol is listed as http.
    4. Verify that the RedirectingURL <cgi directory> value is CAisd.
    5. Save the changes.

    The web director parameter values are verified.