https://issues.apache.org/bugzilla/show_bug.cgi?id=48993

           Summary: tomcat not responding frequently after enabling ssl.
           Product: Tomcat 5
           Version: 5.5.12
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlets:SSI
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: svkir...@gmail.com


Hi,

   We have two tomcat production servers both 5.5.12 on Windows Server 2003,
one on java 4 and the other on Java 5.

The server on Java 4 is enabled for https long time ago. It is used to hang by
the end of every 2nd week. We didn't keep much effort on identifying the cause
and we want on restarting it every week end. 

We enabled https on the other server 2 weeks ago and since then the tomcat
server is not responding/accepting requests every 3rd day. We have to restart
it from services to make it work. And there is no exceptions in the logs. But i
can only see the requests coming in have decreased during that time while
actually clients are sending requests which tomcat is not accepting.

It never happened before on this server and started happening only after
enabling https . I am not very sure what caused this but since this is only
change that has been made, I doubt this may have caused the issue. These are
settings we made on the server for enabling https.

  <Connector port="443" maxHttpHeaderSize="8192"
               maxThreads="400" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="300" scheme="https" secure="true"
               clientAuth="false" keystoreFile="keys/key1.kdb"
keystorePass="****" sslProtocol="TLS" />

Thanks in advance

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to