如何使用 Quartz 在 java 中安排任务?

发布于 2024-12-19 09:09:25 字数 98 浏览 1 评论 0原文

我想开发一个功能,该功能将在指定时间后执行特定任务。该应用程序将部署在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤千羽 2024-12-26 09:09:25

您可以使用 QuartzInitializerServlet并确保在 web.xml 中设置 1

You can use the QuartzInitializerServlet and ensure you set <load-on-startup>1</load-on-startup> in your web.xml

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文