Quartz job runs twice when deployed on tomcat 6/Ubuntu 10.04LTS

后端 未结 3 493
孤独总比滥情好
孤独总比滥情好 2020-12-16 05:58

I run a Spring Framework/SmartGWT based web-app, with now an added Quartz job. The job is supposed to run every day at 2am, and picks winners from a DB table. From my logs I

3条回答
  •  温柔的废话
    2020-12-16 06:42

    Do you eventually have multiple applications running inside one Tomcat instance on your Ubunut machine? I think I remember Quartz to have some static code, which it would share througout all applications in one Java VM.

提交回复
热议问题