Is it possible, with Tomcat, to allow ONLY secure connections (HTTPS) for a Context or a Directory?
Location: http://www.jguru.com/faq/view.jsp?EID=1082914 Created: May 8, 2003 Modified: 2003-05-08 05:38:48.755 Author: Daniele Galluccio (http://www.jguru.com/guru/viewbio.jsp?EID=1040972) For allowing only HTTPS (secure) connections, you need to activate Tomcat’s the SSL support. If you need help on this, just refer to the Tomcat SSL Configuration HOW-TO documentation pages. Then, you need to add
Related Questions
- Is it possible to make CanadaCart.ca Standard Edition v4.0 forward users to secure (HTTPS/SSL) URL when they come to the checkout page?
- Is it possible in Tomcat to allow running all servlets from a directory without configuring each one in web.xml ?
- Is it possible, with Tomcat, to allow ONLY secure connections (HTTPS) for a Context or a Directory?