Hi guys,
I am having some trouble with Quartz. I need to run a job at 12 every midnight. This "Job" records every service that was called during the period of the day (which is saved in a table in the database) and saves the same in a text file. To do so, I am using Quartz. For now I have been running it in the Eclipse
IDE and it works just fine. But now I need to deploy it on Apache
Tomcat Server along with my services .... But is it possible to deploy a simple
java application on the Server. Or is there any another way around this issue.
Many thanks and have a nice day