Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/29/15 9:47 AM, Jerry Malcolm wrote: On 7/29/2015 3:49 AM, Konstantin Kolinko wrote: 2015-07-29 8:38 GMT+03:00 Jerry Malcolm techst...@malcolms.com: I am trying to move my client to Tomcat 8 from 7. Tomcat version = ? version

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Jerry Malcolm
On 7/29/2015 10:11 AM, Christopher Schultz wrote: Any reason not to upgrade to 8.0.24? 8.0.15 is nearly a year out of date and there have been a bunch of performance, security, and stability fixes made. It shouldn't have any effect on your current problem, but upgrading would be worth your

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Mark Thomas
On 29/07/2015 20:25, Jerry Malcolm wrote: Well, it appears that we are slowly getting to the bottom of this. But with every answer, I get a few more questions First, I installed the latest TC8 on my laptop, copied my server.conf and conf/catalina folder to it and started it up just to

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Jerry Malcolm
On 7/29/2015 3:39 PM, Mark Thomas wrote: On 29/07/2015 20:25, Jerry Malcolm wrote: Well, it appears that we are slowly getting to the bottom of this. But with every answer, I get a few more questions First, I installed the latest TC8 on my laptop, copied my server.conf and conf/catalina

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Jerry Malcolm
Well, it appears that we are slowly getting to the bottom of this. But with every answer, I get a few more questions First, I installed the latest TC8 on my laptop, copied my server.conf and conf/catalina folder to it and started it up just to see what errors I got. After changing out an

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/29/15 12:06 PM, Jerry Malcolm wrote: On 7/29/2015 10:11 AM, Christopher Schultz wrote: I guess I could move up to the latest 8. But it'll require some client down time, and they aren't thrilled with that at this point.

RE: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Prabhu Mannu
Hi jerry , It's probably issue with the application itself, You might want to check your application for connections leaks. I usually use this https://github.com/javamelody/javamelody/wiki To monitor the application in both production and test environment. It's easy to use and very efficient

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Konstantin Kolinko
2015-07-29 8:38 GMT+03:00 Jerry Malcolm techst...@malcolms.com: I am trying to move my client to Tomcat 8 from 7. Tomcat version = ? We've been on 7 for a year or two and have not had any major issues. I read through the 7--8 migration instructions. As far as I can tell, I have renamed all

Re: Too Many Connections exceptions after moving to Tomcat 8

2015-07-29 Thread Jerry Malcolm
On 7/29/2015 3:49 AM, Konstantin Kolinko wrote: 2015-07-29 8:38 GMT+03:00 Jerry Malcolm techst...@malcolms.com: I am trying to move my client to Tomcat 8 from 7. Tomcat version = ? version 8.0.15 We've been on 7 for a year or two and have not had any major issues. I read through the