I need create a project web (without maven and spring) with execute jobs. After search I tested quartz, but not work. Ever show me this error: java.lang.ClassNotFoundException: org.quartz.ee.servlet.QuartzInitializerListener the server is tomcat. add this libs in my project: servlet-api-2.5, commons-collections-3.2.1 and quartz-1.6.3 I followed this tutorial: Simple example for Quartz 2.2 and Tomcat 7 and http://saltnlight5.blogspot.com.br/2013/08/how-to-create-web-app-with-quartz.html
thanks