Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-08-01 Thread Phil Steitz
On 7/31/15 8:16 AM, Christopher Schultz wrote: > Phil, > > On 7/30/15 8:05 PM, Phil Steitz wrote: > > On 7/30/15 9:03 AM, Christopher Schultz wrote: > >> Jerry, > >> > >> On 7/29/15 3:25 PM, Jerry Malcolm wrote: > >>> Well, it appears that we are slowly getting to the bottom of > >>> this. But with

Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Phil, On 7/30/15 8:05 PM, Phil Steitz wrote: > On 7/30/15 9:03 AM, Christopher Schultz wrote: >> Jerry, >> >> On 7/29/15 3:25 PM, Jerry Malcolm wrote: >>> Well, it appears that we are slowly getting to the bottom of >>> this. But with every answer,

Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-30 Thread Phil Steitz
On 7/30/15 9:03 AM, Christopher Schultz wrote: > Jerry, > > On 7/29/15 3:25 PM, 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 > > s

Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/29/15 3:25 PM, 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

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 fo

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 t

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. Unde

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 tim

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 >> : >>> I am trying to move my client to Tomcat 8 from 7. >> Tomcat version = ? > version 8.0.15 Any reaso

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 : 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 7-->8 migration instructio

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 : > 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 of the > resource

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 tool