Skip Headers
Oracle® Identity Manager Installation and Configuration Guide for Oracle WebLogic Server
Release 9.1.0.1

Part Number E14047-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

B Configuring the Apache Proxy Plug-in

To configure the Apache proxy plug-in:

See Also:

The Apache Web site for detailed instructions
  1. Download Apache Web server version 2.0 or later.

  2. Copy the mod_wl_20.so file from the BEA_HOME\server\plugin\win\32 directory to the APACHE_HOME\modules directory.

  3. Open the httpd.conf file from the APACHE_HOME\conf directory, and add the following at the end of this file:

    • a> LoadModule weblogic_module modules\mod_wl_20.so
      
    • b> <IfModule mod_weblogic.c>
          WebLogicCluster node1:node1_port,node2:node2_port
          DebugConfigInfo ON  
          MatchExpression *.jsp
          MatchExpression *.xyz
         </IfModule>
      
    • c> <Location /xlWebApp>
          SetHandler weblogic-handler
          DebugConfigInfo ON
          PathTrim /weblogic
         </Location>
      
      
    • d> <Location /xlScheduler>
          SetHandler weblogic-handler
          DebugConfigInfo ON
          PathTrim /weblogic
         </Location>
      
    • e> <Location /Nexaweb>
          SetHandler weblogic-handler
          DebugConfigInfo ON
          PathTrim /weblogic
         </Location>
      
    • f> <Location /spmlws>
         SetHandler weblogic-handler
         DebugConfigInfo ON
         PathTrim /weblogic
         </Location>
      
    • g> <Location /HTTPClnt>
          SetHandler weblogic-handler
         </Location>
      
  4. Run the Apache.exe file from APACHE_HOME\bin.

  5. Access the following URL:

    http://apache_installed_hostname_OR_IP_address/xlWebApp
    

    Note:

    Ensure that the Admin Server and the Managed Server are running.