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 ajp://localhost:9005/tracking/
Order deny,allow
Allow from all
</Location>
2. also in the httpd.conf file there's something that i dont know if its
relevant and it is:
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
3. in the tomcat side i've in the server.xml:
<Connector port="9005" protocol="AJP/1.3" redirectPort="8443" />
4. in the web.xml:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
thanks again
--
View this message in context:
http://tomcat.10.n6.nabble.com/Tomcat-mod-proxy-ajp-and-workers-tp4340550p4340646.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]