Is there a way to do JkMount based on the domain
so for one host i would mount all jpg's and for the other i would not?

> Hi Marko,
>  
> I'm afraid that JkMount only supports the syntax:
>  
>     JkMount [/<path>]/* <worker>
>  
> and
>  
>     JkMount [/<path>]/*.<ext> <worker>
>  
> where "[/<path>]" is an optional path which is typically
> the context name.
>  
>     JkMount [/<path>]/*.jpg <worker>
>  
> would send all jpg requests for "/<path>" to Tomcat.  Since
> mod_jk knows how to deal with the ";jsessionid", it wouldn't
> be a problem.
>  
> Larry
>  
>  
> From: "Marko Sarunac" 
> Subject:  JkMount Syntax
> Date:  Thu, 15 Nov 2001 18:27:05 -0800 (PST)
> 
> I am trying to do a JkMount for all jsessions so that when tomcat
> issues jsession attrib firs time and appends it to all the image and
> paths it doesn't break
> 
> When i did
> JkMount /*;jsessionid* ajp12
> it worked great but then i realized the everything is mounted to
> tomcat....including my cgi-bin and that was of course failing
> 
> Any ideas?
> 
> Thank you
> 
> --
> Marko Sarunac
> [EMAIL PROTECTED]
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> 

-- 
Marko Sarunac
[EMAIL PROTECTED]

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to