If the JKMount /* ajp13 passes everything to the jk handler, is there a way
route everything
but /staticserve directory to the jk handler?



----- Original Message ----- 
From: "QM" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, June 03, 2004 11:27 AM
Subject: Re: Serving up static content through apache using mod_jk


> On Thu, Jun 03, 2004 at 11:26:52AM -0300, James Sherwood wrote:
> : <VirtualHost *>
> :     ServerAdmin [EMAIL PROTECTED]
> :     DocumentRoot %pathtoapache%/htdocs/staticserve
> :     ServerName mydomain.ca
> :     JKMount /* ajp13
> :     ErrorLog mylog.log
> : </VirtualHost>
> :
> : My problem is that apache is not serving up the contents in staticserve,
> : tomcat is
> :
> : I think I am just missing something small, any ideas?
>
> Yes -- the "JKMount /* ajp13" directive will pass everything to the JK
> handler.
>
> -QM
>
> -- 
>
> software  -- http://www.brandxdev.net
> tech news -- http://www.RoarNetworX.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



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

Reply via email to