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 hav

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. http://tomcat.apache.org/tomcat-5.5-doc