Skip to content

Manual Step: Configure your external web server

The Modify Site URLs for Search Engine Optimization option in the Configuration Wizard includes manual steps. For reference only, you can see the details of the manual step for configuring an external web server. To view this step in the Configuration Wizard, you must select Yes to using an external web server when you provide information about your environment.

  1. Stand-alone environment version of the external web server step
  2. Manual step: Configure your external web server.

    1. Copy the following script from the plugin_root/bin directory of the web server to the wp_profile_root/bin directory on your HCL Portal server:

      • AIX® and Linux™: ./configurewebservername.sh
      • Windows™: configurewebservername.bat

      where webservername is the web server definition name you defined previously when you configured the HTTP Server for HCL Portal, for example: configurewebserver1.bat.

    2. Run the following command, from the wp_profile_root/bin directory:

      • AIX and Linux: ./configurewebservername.sh
      • Windows: configurewebservername.bat
    3. Regenerate the web server plug-in in WebSphere® Application Server. If you are using a remote web server, copy the generated plugin-cfg.xml file to the remote server. Note: Do not complete these steps if you are changing only the WSRP Producer context home value.

    4. Restart the web server.
    5. Cluster environment version of the external web server step
    6. Manual step: Configure your external web server.

    7. Copy the following script from the plugin_root/bin directory of the web server to the dmgr_profile/bin directory on your Deployment Manager server:

      • AIX and Linux: ./configurewebservername.sh
      • Windows: configurewebservername.bat

      where webservername is the web server definition name you defined previously when you configured the HTTP Server for HCL Portal, for example: configurewebserver1.bat.

    8. Run the following command on the Deployment Manager server:

      • AIX and Linux: ./configurewebservername.sh
      • Windows: configurewebservername.bat
    9. Regenerate the web server plug-in in WebSphere Application Server. If you are using a remote web server, copy the generated plugin-cfg.xml file to the remote server. Note: Do not complete these steps if you are changing only the WSRP Producer context home value.

    10. Restart the web server.