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