Re: bug? dupliate triggers/jobs with cron block

2006-02-03 Thread Quoin Developers
Okay, I figured it out. The problem was actually, a tomcat configuration issue. I had configured a specific context for my web application in tomcat so that it could be the default web app. That meant that in my server.xml the Host element needed deployOnStartup="false" and autoDeploy="false" Ot

Re: bug? dupliate triggers/jobs with cron block

2006-02-02 Thread Quoin Developers
Concretely, the difference is Tomcat doing a HostConfig.deployDescriptors() vs a HostConfig.deployDirectories().