Tomcat + SSL
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>
- Date: Mon, 18 Sep 2006 11:05:09 -0500
> From: taylan kuecuek [mailto:kuecuek (at) rbg.informatik.tu-darmstadt.de]
> 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 (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
- References:
- Tomcat + SSL
- From: taylan kuecuek <kuecuek (at) rbg.informatik.tu-darmstadt.de>