posted 12 years ago
Hello and thanks for reading,
I'm trying to use Quartz Scheduler in a web project that sends out emails to users at preset intervals. I would happy to be able to print out simple "hello world" statements at this point.
This is the code for the application that I would like to run.
and this is the job that is to be called:
this is my quartz.properties file:
and last but not least this is what I have added to my web.xml file
Now, I am quite sure that the project is able to detect and read my quartz.properties file, but I have no reason to believe that the project (i.e. the server) knows anything about QuartzTest.java. I have not registered the class anywhere and likewise it is never called. Does anyone know how I can do this?