Quartz.properties

Posted by pandi-sus on Stack Overflow See other posts from Stack Overflow or by pandi-sus
Published on 2010-03-22T22:13:18Z Indexed on 2010/03/22 23:51 UTC
Read the original article Hit count: 405

Filed under:
|

I developed an EAR using Quartz API. I have put my quartz.properties file in the classpath(WEB-INF/classes in war). Added following lines to web.xml file

<context-param>
        <param-name>config-file</param-name>
        <param-value>/WEB-INF/classes/quartz.properties</param-value>
</context-param>

But Quartz still loads the default properties file from the quartz.jar

© Stack Overflow or respective owner

Related posts about quartz-scheduler

Related posts about java