Hi,
Does anybody knows if it's important the order of JkMount directives?, for example:
I have two tomcat instances T1 and T2, - The loadbalancer should handle all the requests to the entire site (and do a load balance between T1 and T2) except for /app1 context
- T2 should handle all the requests to /app1 context
What's the right order of JkMount directives in my .conf file? does it matters?
Thanks in advance,
--
Rafael Angarita
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
Hello Rafael, i don't think the order matters. i don't have 2 loadbalanced servers but i have few domains and it seems the JkMount order in httpd.conf does not matter. httpd.conf is a name/value/properties type of file and not an xml file so the order should not matter. hope this helps ,david
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
