Andrew Harvey wrote:
Using mod_proxy_balancer.so on apache 2.2.14
to balance tomcat 5.5.27

 <Proxy balancer://mycluster>
BalancerMember http://192.168.1.190:8080 route=jvm1
BalancerMember http://192.168.1.191:8080 route=jvm1
</Proxy>


causes tomcat to coredump with

Dec 11, 2009 10:40:22 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 11, 2009 10:40:22 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()


[Q1]

Why does apache 2.214 mod_proxy_balancer.so cause tomcat to coredump

[Q2] Is there a known fix (apart from not using ajp://)

Dunno. Maybe here : http://lmgtfy.com/?q=asking+smart+questions


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to