Tomcat Clustering and HTTPS Issue

Posted by Angelo on Stack Overflow See other posts from Stack Overflow or by Angelo
Published on 2009-06-26T17:37:25Z Indexed on 2010/04/03 11:03 UTC
Read the original article Hit count: 264

Filed under:
|
|

Hi

I have two instances of Tomcat 6 with content accessible via HTTP and HTTPS for other pages.

I have configured the instances this way:

1) Instance one to listen on port 8080(Http) and 8443(Https) 2) Instance two to listen on port 7080(Http) and 7443(Https)

I have mod_proxy configured with Apache 2.2 to do clustering.

The requests are coming in properly and all works well for HTTP traffic but when you are in the app and it becomes HTTPS then i get the page cannot be found when tomcat tries to serve the page.

Now if I access the two tomcat instances directly bypassing the load balancer then everything is fine. So http/https is configured properly on tomcat but not on Apache.

I have a feeling i must configure Apache to handle this(or mod_proxy).

Thanks,

© Stack Overflow or respective owner

Related posts about tomcat

Related posts about clustering