On 13/11/2010 00:30, Anthony J. Biacco wrote: > > Centos 5.5 Linux x64 > Mysql connector j 5.1.13 > Tomcat 7.0.4 w/apr ajp > Mysql cluster 7.1.3 > Jdk 1.6.0_21 x64 > > Anybody aware of any problems with this combination? Using jmeter to load > test my servlet, i see mysql threads held up indefinately until i get a 'Too > many connections' error from mysql. Ajp threads all go back to Waiting > according to visualvm. > > I have had no such problems with 7.0.2
I think you have hit this: https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Technically, 7.0.4 is sticking to the letter of the J2EE spec but it isn't what applications expect. 7.0.5 will revert to the previous behaviour but with an configurable option for those folks who want their resource factories to behave differently. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org