how to host webapp via https

2009-08-18 Thread Gagan Malik
Hi, I'm hosting a webapp on tomcat5 via http. I've simply copied the .war file to the webapps folder. How can I host this via https? I'm running tomcat5 on RHEL.. -- View this message in context: http://www.nabble.com/how-to-host-webapp-via-https-tp25034284p25034284.html Sent from the Tomcat

Re: how to host webapp via https

2009-08-18 Thread Ben Stringer
Hi, I'm hosting a webapp on tomcat5 via http. I've simply copied the .war file to the webapps folder. How can I host this via https? I'm running tomcat5 on RHEL.. Hi Gagan, Have you read the SSL documentation? This is the best place to start.

RE: how to host webapp via https

2009-08-18 Thread Caldarale, Charles R
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