Hi, We configured node in server.xml file to enable the HTTPS and SSL support. our server.xml file is in the $CATALINA_BASE. our configuration is shown below Problem:- when we are fire the http://localhost into the IE address bar, It not be transfer to the https://localhost:443 which should be happen, as we are define the redirect port. even, when we are extenally supply the https://localhost:443 then also it would not give our index.jsp, rather than it showing "page not found" error. but when we specify only https://localhost it automatically transfer the http://localhost even. http://localhost:443 is working fine. In Summary: https and its port combination is not work, other than all combination work, and showing http://localhost Please needful help regarding this problem. Thanks in Advance.
-- View this message in context: http://www.nabble.com/Https---SSL-support-in-Tomcat-5.5-tp18605031p18605031.html Sent from the Tomcat - User mailing list archive at Nabble.com.