> From: Rick Chisholm [mailto:rchish...@southlandonline.com]
> Subject: tomcat + SSL
>
> I have a tomcat5.5 install on debian5

Real Tomcat, or a repackaged one?

> Tomcat's lack of logging is killing me!

There's no lack of logging in a real Tomcat...  but if you're using a 3rd-party 
version, there's no telling to where the log files have been scattered.

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

The 8443 connector is commented out in the default server.xml; did you fix that?

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to