Re: JkMount Syntax for complete directory mounting

2008-05-06 Thread Mladen Turk
Stephanie Wullbieter wrote: if I want the whole apache directory tree /servlet/ and all the files and directories within to be routed to Tomcat worker1, what of the following is correct in mod_jk.conf? JkMount /servlet worker1 JkMount /servlet/* worker1 (both together) Both You can even us

JkMount Syntax for complete directory mounting

2008-05-06 Thread Stephanie Wullbieter
Hello, if I want the whole apache directory tree /servlet/ and all the files and directories within to be routed to Tomcat worker1, what of the following is correct in mod_jk.conf? JkMount /servlet/ worker1 JkMount /servlet worker1 JkMount /servlet/* worker1 JkMount /servlet worker1 JkMo