AquaLogic Interaction Administrator Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

How Do I Configure Reverse Proxy with My SSO Deployment Using a Java Application Server?

  1. Open Install_Dir/ptportal/6.5/settings/config/portalconfig.xml for editing.
  2. Configure the <URLMapping> element so that it is similar to the following example:
    <URLFromRequest0 value="*"/>
    <ApplicationURL0 value="http://proxy_server.domain.com/portal/server.pt"/>
    <SecureApplicationURL0 value="*"/>
  3. Replace proxy_server.domain.com with the fully qualified domain name for the Apache HTTP server.
  4. Configure the <SSOVirtualDirectoryPath> element so that it is similar to the following example:
    <SSOVirtualDirectoryPath value="http://proxy_server.domain.com/portal/"/>
  5. Replace proxy_server.domain.com with the fully qualified domain name for the Apache HTTP server.
  6. Reboot the application server.

  Back to Top      Previous Next