the * in /jsp-examples/* tells apache to sent everything after /jsp-examples/ to the worker.
if you want the static content handled by apache then do something like this
JkMount /jsp-examples/*.jsp ajp13w JkMount /jsp-examples/servlet/* ajp13w
Troy Simpson wrote:
I have the following configuration: Apache2 2.0.52 Tomcat 5.0.28 mod_jk 1.2.8
I have this directive in my httpd.conf file.
JkMount /jsp-examples/* ajp13w
1. Does this mean that the worker ajp13w will process all content, including static content?
2. Or is the static content being processed by the Apache2 and the Dynamic content being processed by Tomcat?
Thanks, Troy
-- Alain Gaeremynck CTO Le Groupe Interstructure (514) 374-1110 (514) 825-7810 cell weblog: http://www.sanssucre.ca
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
