the problem that i'm trying to fix is that after a while that apache and
tomcat work together, the tomcat stops responding to the apache.
it looks like the connector itself stops working.
the errors i see in the apach log are:
"(70007)The timeout specified has expired: ajp_ilink_receive() can'
hi
i'm trying to connect apache 2 with tomcat 7 with a mod_proxy_ajp connector.
my question is: what is the relation of the tomcat server.xml connector
configuration and the apache httpd.conf?
for example, for the connector in the server.xml i can configure all kind of
timeouts and threads and conn
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:
AddDefaultCharset Off
Order deny,allow
Allow from all
ProxyPass ajp://localhost:9005/tracking/
ProxyPassReverse ajp://localhost:9005/tracking/
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. (70007)