"Stephanie Wullbieter" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi, what to do when I want generally mount a context and it's 
> subdirectories with mod_jk to one worker/router, but a special 
> subdirectory of it to a different worker/router?
>
> Does this work in mod_jk.conf?
>
> JkMount /app/web/indexer   worker42
> JkMount /app/web/indexer/* worker42
>
> JkMount /app   routerInt4
> JkMount /app/* routerInt4
>
>
> Do I have to write the special contextes first, so that only when they do 
> not match, the general mount option is used?
>
> Thank You very mutch.
>


The order in mod_jk.conf doesn't matter.  mod_jk will choose the most 
specific match reguardless of the order in the file.
So the short answer is:  yes the above should work.
> -- 
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to