I need to run a job at everyday 4 PM.For this I have written a cron scheduler (standlone class) by referring quartz examples.
Now I'm planning to deploy in on websphere. So that the scheduler can be started when I deploy the application and can bcome a part of the project.
I'm not finding any doc (step-by-step) on setting up quartz in app server. I have following doubts : 1. what all properties are required in properties file ? 2.Properties file always needed ? As none of the example on quartz website is using property file. 3. What all configuration files will be needed to achieve the above tasks and where to place them ?
Any doc or link will be highly appreciated.
Thanks in advance. hp