RE: Scheduling tasks in Tomcat

2009-04-27 Thread Aden Jones
mgainty wrote: > > > javac .\org\quartz\ee\servlet\QuartzInitializerServlet.java > place .\org\quartz\ee\servlet\QuartzInitializerServlet.class to > WEB-INF/classes > > Okay so QuatzInitializerServlet.java is the class that I create for > scheduling the events. > > your web.xml will need to

Re: Scheduling tasks in Tomcat

2009-04-27 Thread Aden Jones
I will probably use quartz to schedule the actual task and add it to my webapp as my teacher would prefer that the servlet contains everything. What I don't understand is how or if (after I create my class that contains the scheduling code) Tomcat actually runs the code. Do I need to add somethin

Scheduling tasks in Tomcat

2009-04-27 Thread Aden Jones
Okay Iam new to Tomcat so please go easy on me. Basically I've been given an assignment that employs JSF, Hibernate and Tomcat as the servlet. Ive got everything else working but have two tasks that need to be run at a certain time of the week. Searching online I've had a lot of trouble finding a