It is simply the case that what is forwarded via AJP13 is some sort of
HTTP request (it has all the headers, request URI,...). In that sense,
the request URI that you mapped from "workers2.properties" must exist on
the Tomcat side, too.
In the environment of VHosts, you need to match VHosts on both Apache
and Tomcat, plus the paths. So if you are mapping
http://www.myserv.com/pbt/* to Tomcat, Tomcat must have <Context
path="/pbt"> deployed within <Host name="www.myserv.com">.
Nix.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)