Dan Van

Greenhorn
+ Follow
since Apr 14, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dan Van

Hi thanks for the reply, I am using a Tomcat server
11 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?
11 years ago