Aden Jones wrote:
> 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. 

Tomcat is the "Servlet Container".
You write or add Servlets to it.

> 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 anything coherent. My teacher seems to think that
> the servlet itself can run the scheduled task by inserting something into my
> web.xml file and it will run the classes that are the scheduled tasks.

A Servlet coded to do such a thing could do.

Tomcat does not have a job scheduler built into it.

There are open source job scheduler libraries written in Java that are
easy to use with Servlet Containers. GIYF.


p


> Any help would be greatly appreciated.
> 
> Cheers 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to