Need advise on linking apache and tomcat

Posted by hsnm on Server Fault See other posts from Server Fault or by hsnm
Published on 2012-10-14T19:19:23Z Indexed on 2012/10/15 9:40 UTC
Read the original article Hit count: 194

Filed under:
|
|
|

I have been searching this for hours with no luck. I have a web server that uses https on Apache2. I also have installed tomcat7 on the same server to run some Java webapp on it. I need to keep my https port 443 on Apache but forward the requests to the Java webapp to tomcat. I tried to use mod_jk to redirect the requests to tomcat but I failed. Most tutorials talk about redirecting plain http requests not https. I also could not let tomcat use https on 8443. I'm following the steps here but facing errors.

The question: Can I redirect https traffic to tomcat without installing https on tomcat? Is there a good tutorial you can recommend to me?

© Server Fault or respective owner

Related posts about servlets

Related posts about ssl