Tuesday, November 2, 2010

How to configure Weblogic Server with HTTP server

How to configure Weblogic Server with HTTP server :

Step 1. Install WebLogic Server and define server listening on port 7001.

Step 2. Install Apache HTTP server 2.2.

Step 3. Download the WebLogic Apache plug-in from:

http://www.oracle.com/technology/products/weblogic/index.html

Step 4. Unzip and copy:

$Weblogic_domain\wlserver_10.3\server\plugin\win\32\mod_wl_22.so to apache_home/modules directory


Step 5. Add the following to httpd.conf file by substituting the values for IP addresses and ports for your environment:

LoadModule weblogic_module modules/mod_wl_22.so


<
IfModule mod_weblogic.c>

WebLogicCluster node1_ip:port,node2_ip:port

>


<
Location /webui>

SetHandler weblogic-handler

>


<
Location /ormconsole>

SetHandler weblogic-handler

>


Step 6. Restart Apache and all WebLogic servers.



hope it will help.....

Regards,
Ajinkya

No comments:

Post a Comment