Hi all,
I have a problem with logging the activity going through the secure portion
(port 8443) of my tomcat server. The problem is not lack of logging, infact
quite the opposite...I'm getting Gb's of logs....example:
0140: 04 1A 14 17 6D 61 64 69 73 6F 6A 20 6E 65 77 73 ....madison news
0150: 70 54 70 65 72 7F 20 69 6E 63 2E 31 14 30 12 06 papers inc.1.0..
Every character is being logged....
here is the connector info (debug is set to 0)
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false" protocol="TLS" keystoreFile="xxx" keystorePass="xxx"/>
</Connector>
Assistance....much appreciated.
Dominic
madison.com
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|