ttpd.conf :
>
> JkMount /example/* test1
> JkMount /test/* test2
>
> But, my test2 itself is not loading the URL nw.
> Also, my test3 worker is not
> loadbalancing test2 worker.
>
> Please help.
>
>
> Regds,
> Nehal
>
> -Original Mess
Hi Nehal,
I think you had better use Tomcat load-balancing function
when you use different worker.
See below document;
http://tomcat.apache.org/connectors-doc/howto/workers.html
Regards,
Toshio
>
> How can i "JkMount" same URI twice in httpd.conf
> with different worker
> specified?
>
> e.g.