- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@WebServlet(loadOnStartup=1)
public class SchedulerStartupServlet
extends javax.servlet.http.HttpServlet
This servlet checks als Imixs-Schedulers on startup. The servlet is configured with
the option load-on-startup=1 which means that the servlet init() method is
triggered after deployment.
The scheduler will only be started automatically if the item "_scheduler_enabled" is set to "true".
- Author:
- rsoika
- See Also:
- Serialized Form