从 .war 执行 rake 任务

发布于 2024-12-05 18:31:59 字数 104 浏览 0 评论 0原文

是否可以从 warbled Rails 项目执行 rake 任务?

我有一个部署到 JBoss 的 Warbled Rails 项目。我需要在后台运行邮件程序。最好的方法是什么?

Is it possible to execute rake task from warbled rails project?

I have a warbled rails project deployed to JBoss. I need to run a mailer in background. What is best way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

烟燃烟灭 2024-12-12 18:31:59

此时,最简单的方法可能是解压 war 并在其中包含一个脚本来设置类路径并使用包含的 jruby jar。

有一个功能请求,其中包含一些想法和代码分支。我希望我们最终能够内置这个功能。

At this point, it's probably easiest to unpack the war and have a script inside that sets the classpath and uses the included jruby jars.

There is a feature request with some ideas and a code fork. I hope we can have this built in eventually.

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