I'm having difficulty finding a thread with that specific title.  I have
searched the archives, and found many threads relating to static
content, mod_jk, and apache, but none that answer my question.

I'm trying to set up Apache to do two things (and _only_ two things):
load balance, and serve one particular directory of static content
(/static).  I want _all_ other requests sent to Tomcat.

Is this possible?  

Alias /static /my/path/to/static
JkMount /* balancer

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

Thanks,
Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: Matthew Hannigan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 5:46 PM
> To: Tomcat Users List
> Subject: Re: Excluding directories from mod_jk mount
> 
> On Tue, Oct 15, 2002 at 05:36:00PM -0700, Schnitzer, Jeff wrote:
> > Is there a way to exclude some directories?  In particular, I'd like
> > Apache to serve all content in /static.
> 
> Check the thread "static pages in mod_jk/ajp13"
> 
> Matt
> 
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:tomcat-user-
> [EMAIL PROTECTED]>


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

Reply via email to