Hi!  I'm using mod_jk to mount the root level of a webapp:

JkMount /*      balancer

Is there a way to exclude some directories?  In particular, I'd like
Apache to serve all content in /static.

I've tried:

Alias /static /my/path/to/static

...but that doesn't seem to work :-(

Yes, I know I can mount /*.jsp, but assume for the moment that I have
servlets with path mapping rather than extension mapping, so an
extension mount won't cut it.

Thanks,
Jeff Schnitzer
[EMAIL PROTECTED]

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

Reply via email to