RE: Tomcat Windows Service

2020-11-20 Thread jonmcalexander
Yes, something isn't working right. I should be able to get eyed on it Monday. Thanks for confirming my initial thought. Sent with BlackBerry Work (www.blackberry.com) From: Bill Stewart Sent: Nov 20, 2020 12:39 PM To: Tomcat Users List Subject: Re: Tomcat

Re: Details of connection pooling

2020-11-20 Thread Phil Steitz
On 11/20/20 10:25 AM, Rob Sargent wrote: I'm using tomcat 9.0.+ and wish to use the built in connection pooling to connect to a postgres server. I would like to understand the lookup mechanism for the next available connection. I create a context    contextResource.setName("jdbc/sgsdb");   

Re: Tomcat Windows Service

2020-11-20 Thread Bill Stewart
On Fri, Nov 20, 2020 at 10:59 AM jonmcalexander wrote: > When adding an instance as a service and using a domain service account to > run Tomcat, > what additional user rights assignments does the service account need? The account will need at least SeServiceLogonRight ("Log on as a service").

Tomcat Windows Service

2020-11-20 Thread jonmcalexander
Question, When adding an instance as a service and using a domain service account to run Tomcat, what additional user rights assignments does the service account need? Thanks! Sent with BlackBerry Work (www.blackberry.com)

Details of connection pooling

2020-11-20 Thread Rob Sargent
I'm using tomcat 9.0.+ and wish to use the built in connection pooling to connect to a postgres server. I would like to understand the lookup mechanism for the next available connection. I create a context contextResource.setName("jdbc/sgsdb");

Re: Weirdest Tomcat Behavior Ever?

2020-11-20 Thread Mark Thomas
On 20/11/2020 15:43, Eric Robinson wrote: >> From: Mark Thomas >> This information might turn out to be unnecessary. I have been re-looking at >> the previous logs and I think I have enough evidence to ID a root cause. I'll >> email off-list as I need to quote logs to prove my point. >> > >

RE: Weirdest Tomcat Behavior Ever?

2020-11-20 Thread Eric Robinson
> -Original Message- > From: Mark Thomas > Sent: Friday, November 20, 2020 9:32 AM > To: users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > On 20/11/2020 14:55, Eric Robinson wrote: > >> From: Mark Thomas > >> It looks like you are using MySQL from the data in the

Re: Weirdest Tomcat Behavior Ever?

2020-11-20 Thread Mark Thomas
On 20/11/2020 14:55, Eric Robinson wrote: >> From: Mark Thomas >> It looks like you are using MySQL from the data in the strace log. Is that >> correct? What I really need to know is which version of the MySQL JDBC >> driver (Connector/J) are you using? I'm trying to figure out where the root >>

RE: Weirdest Tomcat Behavior Ever?

2020-11-20 Thread Eric Robinson
> -Original Message- > From: Mark Thomas > Sent: Friday, November 20, 2020 3:17 AM > To: users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > On 19/11/2020 16:03, Mark Thomas wrote: > > On 19/11/2020 15:55, Eric Robinson wrote: > > > > >> Unfortunately, the tomcats

Re: Weirdest Tomcat Behavior Ever?

2020-11-20 Thread Mark Thomas
On 19/11/2020 16:03, Mark Thomas wrote: > On 19/11/2020 15:55, Eric Robinson wrote: >> Unfortunately, the tomcats get restarted every night, so I'll have to watch >> closely for the error to happen today and I will do a thread dump as close >> as possible to the time of the error. > > Sounds