hi
   i am new user for tomcat.
i have installed tomcat5.5 on debian etch
also compiled tocat native libraries 1.3 version..
http://localhost:8180 is working correctly
but not https://localhost:8443

it says after a long delay The connection to
localhost:8443 was interrupted while the page was
loading.

 i configured the SSL connector as told in SSL
documnetation on tomcat documentation...
ie the minimum required
it looks like this in the server.xml file

 <Connector port="8443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
               enableLookups="false"
disableUploadTimeout="true"
               acceptCount="100" scheme="https"
secure="true"
               clientAuth="false" sslProtocol="TLS" />

none of the logs show any error

please do respond
thanks
neha



is the native library stuff causing the problem?



      Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to