File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes How to install SSL with Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "How to install SSL with Tomcat" Watch "How to install SSL with Tomcat" New topic
Author

How to install SSL with Tomcat

bob morkos
Ranch Hand

Joined: Sep 06, 2001
Posts: 104
I have installed Tomcat and I want to add security on my registeration page using SSL. Could anyone help me by showing me how to install it. Do I have to purchase anything from VeriSign or others. Please help?
mcmouli
Greenhorn

Joined: Sep 09, 2002
Posts: 1
Hi, read the document ssl-howto.html given by Tomcat to cofigure https.


Mouli
David Brossard
Ranch Hand

Joined: Jun 03, 2004
Posts: 107
When I try following the steps in ssl-howto.html, I get the following error:
keytool error: java.lang.Exception: Key pair not generated, alias (tomcat) already exists.

What does keytool -genkey -alias tomcat -keyalg RSA actually do? What is the alias for?

I'm pretty much new to SSL, any help is welcome. Thanks


No matter what they say in Ohio, we're still first in flight!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: How to install SSL with Tomcat
 
Similar Threads
Difference between apache tomcat and j2ee application server
HTTPS on JBoss/Tomcat - SSL is *hard* to setup!!
HTTPS on JBoss/Tomcat - SSL is *hard* to setup!!
How to install SSL on tomcat?
HTTPS on JBoss/Tomcat - SSL is *hard* to setup!!