Jboss自动启动
我安装/配置了 Jboss 5。我希望能够在虚拟机启动时自动启动 Jboss。我在 Jboss bin 目录中看到我有一个启动脚本 jboss_init_redhat.sh
我假设我必须将该脚本放入我的 /etc/rc.d/init.d/jboss 文件中
然后我陷入困境,下一步是什么?
感谢您对初学者的帮助
I have Jboss 5 installed/configured. I would like the ability to have Jboss auto start when my VM boots up. I see in my Jboss bin directory I have a startup script jboss_init_redhat.sh
I am assuming I have to get that script into my /etc/rc.d/init.d/jboss file
Then I am stuck, what is my next step?
Thank you for helping a beginner
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 JBoss 社区 Wiki 上的 How do I Start JBoss on boot with Linux?,您的任务是:
对于第二步,您确实可以使用 JBoss 附带的
jboss_init_redhat.sh
文件。有关更多信息,请查看上面给出的链接,它详细介绍了每个步骤。According to How do I Start JBoss on boot with Linux? on JBoss Community Wiki, your task is to:
For the 2nd step, you can indeed use the
jboss_init_redhat.sh
file that ships with JBoss. For more information, check the link given above, it details each step.stock 初始化脚本非常原始;这是我对更好的一个的看法: https://jira.jboss.org/jira/浏览/JBPAPP-3194
The stock init script is very primitive; here's my take at a better one: https://jira.jboss.org/jira/browse/JBPAPP-3194