This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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.
 
Paper jam tastes about as you would expect. Try some on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic