You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sez <se...@yahoo.es> on 2004/06/15 17:23:06 UTC

Apache, tomcat and ajp13

 
Hi people!
I have a apache and tomcat working together. In worker2.properties i have 
[uri:/*]
worker=ajp13:localhost:8009
 
It pass all connections to tomcat. Now, i want that some connections go to
apache with php and others to tomcat.
 
 www.site.com/doc -->apache and php
www.site.com/* --> tomcat
I want that anything go to tomcat, except the doc folder...
 
It's possible? HOw can i configure workers2.properties?