Tomcat mod_proxy_ajp and workers

2012-01-26 Thread baba smith
hi, i'm pretty much confused about the workers issue. my setup is an apache server and a tomcat that are connected with a mode_proxy_ajp connector. the porblem is that some time after that both are working, the tomcat stops responding to apache. the errors that i see in the apache are: 1.

Re: Tomcat mod_proxy_ajp and workers

2012-01-26 Thread Igor Cicimov
Thats the MPM worker settings for apache threads. You need to find the ajp Proxy part in your config. On Jan 26, 2012 11:14 PM, baba smith junkuri...@gmail.com wrote: hi, i'm pretty much confused about the workers issue. my setup is an apache server and a tomcat that are connected with a

Re: Tomcat mod_proxy_ajp and workers

2012-01-26 Thread André Warnier
baba smith wrote: hi, i'm pretty much confused about the workers issue. my setup is an apache server and a tomcat that are connected with a mode_proxy_ajp connector. the porblem is that some time after that both are working, the tomcat stops responding to apache. the errors that i see in the

Re: Tomcat mod_proxy_ajp and workers

2012-01-26 Thread baba smith
hi, first, thank! now: 1. in the apache side i've a file named mod_proxy_ajp.cof that is included from httpd.conf and it says: Proxy * AddDefaultCharset Off Order deny,allow Allow from all /Proxy Location /tracking ProxyPass ajp://localhost:9005/tracking/ ProxyPassReverse