Hello,

I have read the articl in onjava.com, and test the code.
It works.( http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html )

But, if I want to support SSL, I just add the following statement.

Connector secConnector = embedded.createConnector(null, 443, true);
embedded.addConnector(secConnector);

And I generate a keystore and place it in the {user.home} with the file name 
{.keystore}.
The alias, keystore password and the file name must be "tomcat", "changeit" and 
.keystore.

Is it possible to specific the keystore location and the password ?


Best regards,
Eric


==========================
If you know what you are doing, 
it is not called RESEARCH!
==========================

Reply via email to