Quartz job not firing after moving war to ear
- by Eqbal
I used to have a web app deployed as a war file in weblogic. I moved the war into an ear file and redeployed. But now it seems a configured quartz job is no longer firing. Not sure if its not finding the properties file anymore. Its defined like this in the servlet config (web.xml)
<init-param>
<param-name>config-file</param-name>
<param-value>properties/quartz.properties</param-value>
</init-param>