> From: taylan kuecuek [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat + SSL
> 
> 1) i need ssl but i don't know how i should configure ssl. Should i 
> install Apache web server and konfigure apache to provide ssl?

Unless you have some other pressing need for Apache httpd (e.g., load
balancing across multiple Tomcat installations), I wouldn't bother with
it.  Doc for configuring SSL in Tomcat is at:
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
and it works.

> 3)  i have now at http://localhost apache on port 
> 80, at https://localhost, ssl (por 443) and at
> http://localhost:8080 tomcat.

Remove (or disable) Apache httpd, and configure Tomcat to use 80 and
443:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Tomcat + SSL taylan kuecuek
    • RE: Tomcat + SSL Caldarale, Charles R

Reply via email to