RE: How can I prevent Quartz multiple execution after tomcat restart

2009-10-26 Thread Karthik Nanjangude
/init-param /servlet With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, October 23, 2009 4:33 PM To: Tomcat Users List Subject: Re: How can I prevent Quartz multiple execution after tomcat restart On 23/10/2009 10:00, Elli Albek wrote

How can I prevent Quartz multiple execution after tomcat restart

2009-10-23 Thread zlzc2000
=org.quartz.threadPool.threadsInheritContextCl assLoaderOfInitializingThreadtrue/prop /props /property property name=triggers list ref local=robotSearchTrigger/ /list /property /bean -- View this message in context: http://www.nabble.com/How-can-I-prevent-Quartz-multiple-execution-after-tomcat

Re: How can I prevent Quartz multiple execution after tomcat restart

2009-10-23 Thread Pid
On 23/10/2009 08:28, zlzc2000 wrote: hallo, we have problem with Quartz and Tomcat. Im using tomcat 5.5 i using 'localhost' to deploy a Spring project on server. after deploy run Quartz the job once time. this is right. but after restart tomcat, execute the same jobs twice at the same time.

Re: How can I prevent Quartz multiple execution after tomcat restart

2009-10-23 Thread Elli Albek
- Original Message - From: zlzc2000 zlzc2...@hotmail.com To: users@tomcat.apache.org Sent: Fri, 23 Oct 2009 00:28:16 -0700 (PDT) Subject: How can I prevent Quartz multiple execution after tomcat restart hallo, we have problem with Quartz and Tomcat. Im using tomcat 5.5 i using 'localhost' to deploy

Re: How can I prevent Quartz multiple execution after tomcat restart

2009-10-23 Thread Pid
On 23/10/2009 10:00, Elli Albek wrote: Where is your spring configuration file? Is it inside the war file? When you have two hosts, do you have the war file in both? If this is he case you may deploy the entire war file twice. Generally a deployed war file can run only in one host. If you run