Tomcat + SSL
- From: taylan kuecuek <kuecuek (at) rbg.informatik.tu-darmstadt.de>
- Date: Mon, 18 Sep 2006 09:25:08 +0200
Hallo
i am trying to develop a web application with servlets and JSPs. i want
to use Tomcat as container. but i have some problems.
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 ? in this
case tomcat will be used
only as jsp and servlet container. or i don't need apache webserver? can
i have ssl only with Tomcat? if yes how can i configure it
2) what is the differencies between "apache and tomcat together to use"
and "only tomcat for these purposes to use"?
3) i have now at http://localhost apache on port 80,
at https://localhost, ssl (por 443)
and at http://localhost:8080 tomcat.
how should it be by a normal application which provide ssl and servlet+jsp
Thanks
Taylan
---------------------------------------------------------------------
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
- Follow-Ups:
- Tomcat + SSL
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>