• 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

Problem: WebLogic Proxy Plug In for Apache

 
Ranch Hand
Posts: 79
  • 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 the weblogic proxy plug in for Apache 2.0.
I am using WebLogic Express Basic Ed. which does not support clustering but supports loadbalancing.
I basically have 4 weblogic servers 8.1/sp3 and all hosting a simple servlet.
The requests are hitting apache and apache is supposed to proxy the requests to the 4 instances of weblogic servers in a round robin way to load balance. The apache is doing load balancing properly but if i shut down one of the servers then apache-weblogic proxy plug in page is not showing the correct status of the weblogic servers.
It seems it is not able to dynamically update the status of the servers.
I accessing the weblogic proxy plug in config using this url:
http://10.194.219.135:8080/abc/a.jsp?__WebLogicBridgeConfig

So, say if two of the servers are down and if a request hits the apache then apache is wasting time in trying to connect to the servers who are shut down though eventually apache is able to cater the request successfully.
Here are few paramenter in apache's httpd.conf file that may be useful:
DynamicServerList: 'ON'
ErrorPage: ''
FileCaching: ON
Idempotent: OFF
KeepAliveEnabled: ON
KeepAliveSecs: 20

Plz reply asap.
Thanks
Deepak

[ December 03, 2004: Message edited by: Deepak Dew ]
[ December 06, 2004: Message edited by: Deepak Dew ]
 
today's feeble attempt to support the empire
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic