> From: Gagan Malik [mailto:gaganma...@dev.java.net] > Subject: how to host webapp via https > > How can I host this via https?
Besides reading Tomcat's SSL doc, you also need to read the security section of the servlet spec. Any areas of the webapp that you want protected by HTTPS need to have a <transport-guarantee> of CONFIDENTIAL configured in WEB-inf/web.xml. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org