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.

-- 
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]

Reply via email to