Re: Severe performance issues on images

2014-06-26 Thread Jim Lindqvist
Hi Christopher, Thank you for your insights and sorry for a late reply. This specific issue seemed do be because of limited bandwidth at the data centre and it had now been fixed. We are having some other problem as well, but these seem to come from inefficient modules at the moment and we are

[ANN] Apache Tomcat 8.0.9 (stable) available

2014-06-26 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.9, the first stable release of the 8.0.x series. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies.

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-26 Thread Lars Engholm Johansen
Thanks for all the replies guys. Have you observed a performance increase by setting acceptorThreadCount to 4 instead of a lower number? I'm just curious. No, but this was the consensus after elongated discussions in my team. We have 12 cpu cores - better save than sorry. I know that the

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-26 Thread André Warnier
Lars Engholm Johansen wrote: Thanks for all the replies guys. Have you observed a performance increase by setting acceptorThreadCount to 4 instead of a lower number? I'm just curious. No, but this was the consensus after elongated discussions in my team. We have 12 cpu cores - better save

sha1 in digest access authentication

2014-06-26 Thread Federico Viscomi
Hi. I am running tomcat 7.0.54 and Jdk 1.8.0_05 on Windows 7. Does it support sha1 as hash algorithm in digest access authentication? If it doesn't, is there any version of tomcat that supports it? Kind regards, Federico. - To

RE: CVE-2014-0224

2014-06-26 Thread Jeffrey Janner
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Wednesday, June 25, 2014 6:05 PM To: 'Tomcat Users List' Subject: CVE-2014-0224 Does anyone know of a way to mitigate this vulnerability until the latest OpenSSL patch can be applied to the Native Libraries? Perhaps limiting

Re: Browsers suddenly start timing out when accessing port 80 of secure site

2014-06-26 Thread Terence M. Bandoian
On 6/24/2014 12:25 PM, Bruce Lombardi wrote: Thanks for the response Konstantinos. I'll look into the HSTS header. The behavior you describe may be what is happening. Bruce Sent from my iPad On Jun 24, 2014, at 8:51 AM, Konstantin Preißer kpreis...@apache.org wrote: Hi, -Original

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lars, On 6/26/14, 9:56 AM, Lars Engholm Johansen wrote: Thanks for all the replies guys. Have you observed a performance increase by setting acceptorThreadCount to 4 instead of a lower number? I'm just curious. No, but this was the

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/26/14, 11:09 AM, André Warnier wrote: Lars Engholm Johansen wrote: Thanks for all the replies guys. Have you observed a performance increase by setting acceptorThreadCount to 4 instead of a lower number? I'm just curious.

Re: Severe performance issues on images

2014-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jim, On 6/26/14, 2:47 AM, Jim Lindqvist wrote: Hi Christopher, Thank you for your insights and sorry for a late reply. This specific issue seemed do be because of limited bandwidth at the data centre and it had now been fixed. We are having

Deploying a relative docBase outside of appBase

2014-06-26 Thread Peter Rifel
Hello, I am in the process of upgrading from Tomcat 7.0.54 to 8.0.9 and am running into an issue with the location of my exploded war directories. In Tomcat 7 I had a ROOT.xml file in conf/Catalina/hostname/ which contained my Context with a docBase=../../www.war parameter. This was able to

RE: Deploying a relative docBase outside of appBase

2014-06-26 Thread Caldarale, Charles R
From: Peter Rifel [mailto:pri...@mixpo.com] Subject: Deploying a relative docBase outside of appBase In Tomcat 7 I had a ROOT.xml file in conf/Catalina/hostname/ which contained my Context with a docBase=../../www.war parameter. This was able to reach my www.war directory that lived