I don't use Jk2 myself (yet), but I believe it is:
[uri:!/myApp/*.html]
info=Ignore static files

Note: you'll need to use the most recent version of Jk2, and compile it with
an Apache that has PCRE.

"Paul Gregoire" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Does anyone here know how to exclude a file type using JK2? I ask because
doing the following below will cause all files to be served by Tomcat..
right?

[uri:/myApp/*.jsp]
info=Extension mapping

[uri:/myApp/*]
info=Map the whole webapp

I want Apache to serve all html, xml, css, etc..

Also all my servlets are explictly mapped via my web.xml, i do not use the
invoker.

--------------------
The avalanche has already started. It is too late for the pebbles to vote.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to