Re: Tomcat Connection Pool

2016-12-07 Thread Kaloyan Spiridonov
Hello, As it is described in jdbc connection pool documentation: maxActive (int) The maximum number of active connections that can be allocated from this pool at the same time. The default value is 100 Best Regards, Kaloyan On Thu, Dec 8, 2016 at 9:47 AM, Михаил Ткаченко

Tomcat Connection Pool

2016-12-07 Thread Михаил Ткаченко
Hi! Do you tell me what maxActive option means? Is it the amount of all connection in the pool? Or is it max number of connection which in use at the certain moment? Thanks.

RE: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Berg, R. van den (Robin)
Hi, No. For the record: I didn't posted the issue on https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html. I merely stumbled upon somebody having the same issue. I wanted to file an enhancement request. But, as also noted by the "what to do before posting a bug/enhancement"-page, I

RE: Is there a class or way in Tomcat to write org.apache.catalina.authenticator messages to a different logfile

2016-12-07 Thread Taylor, Larry
Hello, Is there a class or way in Tomcat to write org.apache.catalina.authenticator messages to a different logfile? I'm using Tomcat 8.0.9 - I have logging turned on for the realm authentication but i cannot get authentication messages to write to a different log prefix file other than

Re: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robin, On 12/7/16 4:01 AM, Berg, R. van den (Robin) wrote: > Hello! I have an issue that seems not supported anymore with Tomcat > 8. The same problem is also posted in the comments on: >

Re: Tomcat listener not coming up - no stuck threads

2016-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 12/7/16 7:19 AM, John D. Ament wrote: > On Wed, Dec 7, 2016 at 3:58 AM Mark Thomas > wrote: > >> On 06/12/2016 02:59, John D. Ament wrote: >> >> >> >>> So I was able to identify my issue. It's not specifically a >>>

Re: Tomcat listener not coming up - no stuck threads

2016-12-07 Thread John D. Ament
On Wed, Dec 7, 2016 at 3:58 AM Mark Thomas wrote: > On 06/12/2016 02:59, John D. Ament wrote: > > > > > So I was able to identify my issue. It's not specifically a tomcat > > problem, but tomcat's bootstrapping makes it unique. > > > > one of the issues I've observed is that

Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Berg, R. van den (Robin)
Hello! I have an issue that seems not supported anymore with Tomcat 8. The same problem is also posted in the comments on: https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html PROBLEM: We used the virtualWebAppLoader to get some extra libraries and classes that were on the machine on

Re: Tomcat listener not coming up - no stuck threads

2016-12-07 Thread Mark Thomas
On 06/12/2016 02:59, John D. Ament wrote: > So I was able to identify my issue. It's not specifically a tomcat > problem, but tomcat's bootstrapping makes it unique. > > one of the issues I've observed is that Tomcat's use of multithreading > causes some thread deadlocking with some

Re: Connector bindOnInit=false not behaving as expected

2016-12-07 Thread Mark Thomas
On 06/12/2016 16:25, Christopher Schultz wrote: > On 12/6/16 4:17 AM, Mark Thomas wrote: >> It should be as simple as: > >> 1. Construct a new SSLContext > >> 2. Replace the old SSLContext with the new one. > > So if there were a reloadTLSConfiguration method on the Connector (or > similar