Hello, I am package my application in a WAR or EAR file and deploy it to the /apps or /webapps directory. TomEE then unpacks this file to a specific location and loads up the quartz_jobs.xml via the web.xml QuartzInitializerServlet configuration.
However, each deployment of this needs a different configuration of the job file. The problem gets messy when I upgrade the app, and the old configurations get overwritten. How can I store the quartz_jobs.xml in TomEE config so that I don’t need to reconfigure the individual files on update of my app? Thanks, Padam
