Previous Topic: Modify the AffWebServices.properties File for WebLogic

Next Topic: Deploy the FWS Application on WebLogic

Configure the WebLogic Reverse Proxy Plug-in

To set up the WebLogic Reverse Proxy plug-in:

  1. On Machine 1, configure the WebLogic reverse proxy plug-in on the Apache Web Server.

    For more information, see WebLogic's documentation.

  2. Add the following aliases to the Web server's configuration file.

    This example uses the Apache httpd.conf file.

    <IfModule mod_weblogic.c>
    WebLogicHost <WebLogic_Machine_IP Address>
    WebLogicPort <WebLogic_Machine_Port_Number>
    </IfModule>
    
    <Location /affwebservices>
    SetHandler weblogic-handler
    Debug ALL
    </Location>
    


Copyright © 2010 CA. All rights reserved. Email CA about this topic