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