On 11/17/16, 9:34 AM, Christopher Schultz wrote:

Presumably, you have httpd out in front of your Tomcat instances?

I wouldn't know. Tomcat is running by itself, rather than under Apache (or anything else), using JSSE, rather than OpenSSL. Connector tag is:

 <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
            keystoreFile=[REDACTED} alias=[REDACTED]
            maxThreads="150" scheme="https" secure="true"
            clientAuth="false" sslProtocol="TLS" />


Two other details (the first of which I hadn't known at the time of the initial query):
1. This particular Tomcat server has been running nonstop since June 5th.
2. Our webapp uses BIRT reports, and the customer has been having response time issues and error messages, particularly in connection with the BIRT reports.

--
JHHL

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

Reply via email to