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/servlet requests go first
to Apache, and then, via connector to Tomcat, you have to use Apache SSL,
namely mod_ssl or apache-ssl. The mod_ssl is more modern.
You may want to look at my older installation logs for Tomcat at:

 http://www.ccl.net/cca/software/UNIX/apache

where I list jserv as connector (I switched to mod_jk for some time).

JAN

On Wed, 14 Feb 2001 [EMAIL PROTECTED] wrote:

> 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 APJServ
> directives ). There is no documentation for specifying the certificate file
> given by the Verisign. If i use apache as my HTTPS connector then there are
> directives like SSLRequireSSL, SSLCACertificateFile,
> SSLCACertificatePath..etc.
> 
> Is there anything like that to make my certificate to be recognized.
> or Do i have to install some other mod_ssl for window NT, in my server
> apart
> from JSSE jars.
> 
> Please clarify me.
> 
> Madan Kumar Thirumeni,
> 575,Herndon Parkway,
> Herndon, VA 20172.
> 
> 703-456-6303 ( Off )
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

Jan K. Labanowski            |    phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center    |    Internet: [EMAIL PROTECTED] 
1224 Kinnear Rd,             |    http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163      |    http://www.osc.edu/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to