如何使用 Quartz 在 java 中安排任务?
我想开发一个功能,该功能将在指定时间后执行特定任务。该应用程序将部署在 JBOSS 服务器上。一旦我启动服务器,计划就应该被初始化。目前我必须先访问网站然后才开始。请帮忙。提前致谢。
I want to develop a functionality which will perform a certain task after a specified time. The application will be deployed on JBOSS server. And as soon as I start the server the schedular should be initialised. Currently i have to hit the website first then only it starts. Please help. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 QuartzInitializerServlet并确保在 web.xml 中设置1
You can use the QuartzInitializerServlet and ensure you set
<load-on-startup>1</load-on-startup>
in your web.xml