Re: [EMAIL PROTECTED] Apache load balancing https request

2007-05-18 Thread Serge Dubrouski
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?

[EMAIL PROTECTED] Apache load balancing https request

2007-05-18 Thread Nha Le
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