[Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread MrChuoi
Pro (64-bit) - Tomcat 8.5.12 and 8.5.15 (64-bit) - Java 1.7.0_80-b15 (64-bit) Thanks, - MrChuoi

Re: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread MrChuoi
. Is this a mistake? Thanks, - MrChuoi On Sat, Jun 10, 2017 at 3:37 PM, Mark Thomas <ma...@apache.org> wrote: > On 10/06/17 18:35, MrChuoi wrote: > > Hi all, > > > > I can obtain my custom JNDI resource as singleton when starting all of my > > web-apps sequentially. Howev

Re: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread MrChuoi
Hi Chuck, On Sat, Jun 10, 2017 at 6:58 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: MrChuoi [mailto:mrch...@gmail.com] > > Subject: Re: [Tomcat 8.5] Cannot obtain singleton resource with > startStopThreads > 1 > > > Hi Mark, > > D

Re: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread MrChuoi
Hi Chuck, On Sat, Jun 10, 2017 at 9:34 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: MrChuoi [mailto:mrch...@gmail.com] > > Subject: Re: [Tomcat 8.5] Cannot obtain singleton resource with > startStopThreads > 1 > > > OK. I will put th

Re: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-11 Thread MrChuoi
Well, it works now. It turned out our legacy code for registering cache manager wasn't thread-safe. Nothing is good when you have to work during weekend! :-) Thank you all for the supports. - MrChuoi On Sat, Jun 10, 2017 at 10:29 PM, MrChuoi <mrch...@gmail.com> wrote: > Hi Chuck, &