Re: How to JServ - SSL

2001-02-14 Thread Jan Labanowski
If you use Apache as a front end to Tomcat, you cannot use Tomcat SSL. Tomcat SSL only works when you go directly to Tomcat (e.g., to its port 8443 as given in default server.xml file). You can do it, but then you do not need apache for anything. If you are serving pages from Apache, and jsp/serv

How to JServ - SSL

2001-02-14 Thread Madankumar . Thirumeni
Hi, I am using Apache 1.3.14, Tomcat 3.2 and JServ for running my site. I need to secure my site and so i have installed JSSE, as mentioned in the server.xml. I have also set the security.provider.2. Now where will i specify the location of the certificate file ?(think in Tomcat-conf using APJSer