Hi,
I had a situation. I configured the Spring Batch to my Enterprise application. I deployed it in Websphere app server. As long as the server starts, the load on init servlet calls the Quarzlauncher.java(my local class which internally configured using quartz-job-launcher-context.xml). And schedules each 25 mins. When I stop the application in the app server, the quartz job still running. i.e its triggering the job still at each 25 mins. How to shut down the quartz when I stop the application?
If anybody know how to shutdown the quartz scheduler, Please give me the solution?
Thanks,
Sundar


Reply With Quote
