Thursday, October 22, 2015

How To Integrate WebLogic With Apache HTTP Web Server?

Configuring WLS Web Server Proxy Plug-In for Apache HTTP Server

SUMMARY

  1. Download the certified weblogic plugin
  2. Extract weblogic plugin module mod_wl_24.so for apache 2.4.xx 
  3. Copy the weblogic plugin module file to Apache modules directory
  4. Configure the Apache HTTP Server Plug-In using httpd.conf file
  5. Test the application accessibility through Apache web server. 

1. Download the certified weblogic plugin

  • Download the weblogic plugin from below OTN link
          URL: http://www.oracle.com/technetwork/middleware/webtier/downloads/index.html

2.  Extract weblogic plugin module mod_wl_24.so for apache httpd 2.4.xx



3. Copy the weblogic plugin module file to Apache modules directory

  • Copy the weblogic plugin module mod_wl_24.so file to Apache modules directory using winscp 



4. Configure the Apache HTTP Server Plug-In using httpd.conf file


  • Add the below entries in httpd.conf file


5. Test the application accessibility through Apache web server. 

Test the application browsestore using URL : http://localhost/browsestore




COMPLETED............


Search Keys: wls proxy plugin 12.1.3.0 configuration ; weblogic proxy plugin configuration ; integrate weblogic wih apache ; apache integration with weblogic ; mod_wl_24.so configuration ; how to start apache using apachectl? ; how to stop apache using apachectl?



3 comments:

  1. Thank you.. very useful.
    is it same procedure for windows or do we need to perform any additional steps for windows?

    ReplyDelete
    Replies
    1. Hi Sreenivasulu,

      In windows you have to copy "Windows weblogic plugin module".

      Regards,
      Jagan.

      Delete