RE: jdbc connction pool issues [EXTERNAL]

2020-12-17 Thread Beard, Shawn
Well the other tomcat servers had a custom factory specified. That was the only difference. (devs wrote their own library for it) So I looked in tomcat documentation and tried loading a out of the box factory that was available. That’s when it was picking up the maxActive setting and I started s

Re: jdbc connction pool issues [EXTERNAL]

2020-12-17 Thread Christopher Schultz
Shawn, On 12/17/20 11:04, Beard, Shawn wrote: I was able to fix this. I added this to the config: factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" I was then seeing maxConnections of 50 in jmx and not 8. So Phil was right: you needed to s/maxActive/maxTotal/. That doesn't sounds righ

Re: native connector, server problems with "No data received", what could be causing it?

2020-12-17 Thread Christopher Schultz
Mladen, On 12/16/20 13:32, Mladen Adamović wrote: On Wed, Dec 16, 2020 at 7:07 PM Christopher Schultz mailto:ch...@christopherschultz.net>> wrote: I think your scripts will restart Tomcat even when it's not necessary. Hm, is this https://stackoverflow.com/questions/5816239/how-do-i-forc

RE: jdbc connction pool issues [EXTERNAL]

2020-12-17 Thread Beard, Shawn
I was able to fix this. I added this to the config: factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" I was then seeing maxConnections of 50 in jmx and not 8. Shawn​ Beard Sr. Systems Engineer | BTS Middleware Engineering | +1-515-564-2528 | sbe...

Re: Tomcat SSO valve implementation

2020-12-17 Thread tomcat/perl
On 16.12.2020 19:39, Kevin Oxley wrote: We are trying to support SSO SAML 2.0 for user authentication in Tomcat (9.0.22). Can anybody provide a reference to a pre-integrated SAML SSO valve implementation that you've had a good experience with? searching Google for "SAML SP for servlet engine

Re: native connector, server problems with "No data received", what could be causing it?

2020-12-17 Thread Mladen Adamović
I have just updated to the latest Tomcat 9.0.41 It seems that the problem doesn't appear anymore. If I get it reappeared, I'll post new details to the Tomcat dev mailing list. On Thu, Dec 17, 2020 at 8:56 AM Mladen Adamović wrote: > I have these problems again. To narrow it down I have done th