This has got to be a popular one...

I have a tomcat5.5 install on debian5 - I used the keytool to generate 
a .keystore file in /etc/tomcat5.5

I've followed the SSL how-to, but when I restart tomcat port 8443 is nowhere 
to be found.  So now I've started with a barebones connector built from the 
server-minimal.xml just to verify things are working.

Seems that as soon as I point the connector at the keystore and enable the SSL 
elements in the connector, it fails to launch.  Tomcat's lack of logging is 
killing me!

current connector:

<Connector port="8443"
        scheme="https" secure="true" compression="on"
        clientAuth="false"
        keystoreFile="/etc/tomcat5.5/.keystore"
        sslProtocol="SSL" />

switched sslProtocol to see if it had any effect...

ideas?
-- 
-=-=-=-=-=-=-+-=-=-=-=-=-=-
Rick Chisholm
Manager Information Technology
Southland Insurance
t. 519-326-4455 x. 4444
f. 519-326-1324
e. rchish...@southlandonline.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to