We setup a Tomcat cluster with 3 nodes running behind Apache with mod_jk module. Everytime we deploy something to the cluster, we would like to make sure every single nodes is working. And from time to time, we would like to test each node to make sure they are healthy too. However, besides of accessing their IP and 8080 port, is there anyway to test against the Apache server directly?
For example, is it possible to enter URL like: http://www.myserver.com/mywebapp/test.jsp?JSESSIONID=123456789.tomca1 http://www.myserver.com/mywebapp/test.jsp?JSESSIONID=123456789.tomca2 http://www.myserver.com/mywebapp/test.jsp?JSESSIONID=123456789.tomca3 To reach each one of the nodes? Thanks! -- Li Ma [EMAIL PROTECTED] http://www.idealtechs.com