Hi,

The current behavior of webapp with default context like

    WebAppDeploy     examples  conn  /

will capture all URI regardless of the content type (dynamic or static).
This poses a problem when Tomcat is deployed with Apache.

Is this behavior going be fixed like that ?  Any plan to support a more
flexible scheme as in mod_jk which allows one to set a more refine URL
mapping, e.g.

JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /examples/* ajp13

instead of sending all requests with "/" to Tomcat.

Although I managed to run WebApp module and mod_jk in the same process to
serve different mounting requirements, this is undesirable in the long run.

Thanks in advanced for any help.

Best Regards,
Thum


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to