Hi Everybody We are load balancing the
Struts2 application running in Tomcat6 using Apache (apache 2.2) web server. To
implement it we have enabled mod_jk. Both Tomcat6 and Apache are on the same
host right now. We want to access Struts2 application securely through https.
So I enabled mod_ssl module, I am able to access static part of my site
securely but when I try to access struts2 application it's not accessible. How to transfer https
request through apache to tomcat? Do I need to add any other modules? Thank you, Ravindra. |