Something isn't clear here. If you use mod_jk that means that you use
AJP connector on Tomcat side. That's not HTTP neither HTTPS.
https://192.168.62.2:8443/login.do probably works because you
configured HTTPS connectors along with AJP but did you configure
Apache to connect to those connectors?
I want to use Apache to load balance client request to 2 JBoss Tomcat instance
(I use mod_jk to connect Apache and JBoss Tomcat).
I setup Apache server on one machine with IP 192.168.62.1, the 1st JBoss server
is on 192.168.62.2 and the 2nd JBoss is on 192.168.62.3.
Apache load balances very we