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

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
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 it in two hosts, you are deploying the

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