• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing apache plug in module for Weblogic

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to configure apache http server so that the requests for the dynamic pages like JSP can be redirected to the Weblogic server. The versions that i am using are:
Apache: 1.3.31
weblogic 7
OS windows XP
Both the apache and weblogic are installed on same machine. I am modifying the httpd.conf file of apache to add the line
LoadModule weblogic_module modules/mod_wl.so
I have placed the mod_wl.so in the modules directory under the apache home.
But when i run the apache, I get the following error
D:\myapp\Apache Group\Apache>apache
Syntax error on line 177 of d:/myapp/apache group/apache/conf/httpd.conf:
Cannot load d:/myapp/apache group/apache/modules/mod_wl.so into server: (193)
Note the errors or messages above, and press the <ESC> key to exit. 0.... Is there anything else that needs to done to enable the apache to load the module? Thanking you.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Version 1.3x of the Apache HTTP Server has several limitations with the WebLogic Server plug-in that do not exist in later versions.

Take a look at:
http://e-docs.bea.com/wls/docs70/plugins/apache.html#103803

there's detailed explanation there.
 
Prince Manchanda
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose you are right on the point of limitations of Apache 1.3. I configured Apache 1.2.50 with Weblogic 7 on Windows XP without much effort and any problem.
Many thanks.
 
Yes, of course, and I accept that blame. In fact, i covet that blame. As does this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic