Re: Spring Scheduled Task is triggered multiple times

2015-07-05 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zoran, On 7/3/15 2:41 AM, Zoran Avtarovski wrote: I have a context.xml in the META-INF directory which sets up a db container and jndi datasource realm, could this be the issue? This is unconnected with your init

Re: Spring Scheduled Task is triggered multiple times

2015-07-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zoran, On 7/3/15 2:41 AM, Zoran Avtarovski wrote: > I have a context.xml in the META-INF directory which sets up a db > container and jndi datasource realm, could this be the issue? > > antiResourceLocking="false" path="/pain"> This is unconne

Re: why is Tomcat 7 invoking WebSocket protocol?

2015-07-05 Thread Kiran Badi
Thanks Charles for clarification. On Tue, Jun 30, 2015 at 12:47 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Kiran Badi [mailto:ki...@poonam.org] > > Subject: Re: why is Tomcat 7 invoking WebSocket protocol? > > > I know for sure I am not using websockets in my applicat

Re: Tomcat - OOM Perm gen

2015-07-05 Thread Kiran Badi
Sorry for taking time to reply Chris. Are you periodically hot-re-deploying your application in production? If so, you may want to stop doing that, as it appears that you have a ClassLoader-pinning leak in your application or some dependent library I do not do hot deployment in production.But som