If your version of Jk2 is recent enough, and was compiled with the Apache
regex library, then you should be able to do:
[uri:!/app/*.gif]

(of course you can always get more clever with regexps ;-).
I haven't actually tried it myself, but I'm told that it does work.

"Mark Eggers" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Steve,
>
> You would single out what you wish to have Tomcat
> handle, and then Apache would handle the rest.
>
> For example:
>
> [uri:/app/*.jsp]
> worker=ajp13:localhost:8009
>
> [uri:/app/servlet/*]
> worker=ajp13:localhost:8009
>
> would send all files ending in .jsp and all files
> underneath the /app/servlet uri to Tomcat.  Everything
> else underneath the /app uri would be served by
> Apache.
>
> Theoretically it is possible to be more fine-grained
> with perl-compatible regular expressions, but I've not
> experimented with this.
>
> HTH
>
> /mde/
> just my two cents . . . .
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com




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

Reply via email to