David Goodenough wrote:
[...]

Is there a way to divert just the .jsp files? I tried <Location /*.jsp> but that did not seem to work - maybe I got something else wrong.

You may have more luck on the Apache users list ([EMAIL PROTECTED]) for this. But, assuming all your other content is to be served by Apache, and only the "*.jsp" urls to be forwarded to Tomcat, you could try this :
<LocationMatch "\.jsp$">
  ... same as before ...
</LocationMatch>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to