How to run Jboss (preferably Jboss 7) as a service on Ubuntu? I can run Jboss using its sh file e.g. sh /jboss/bin/run.sh. But I can not monitor it like tomcat /etc/init.d/tomcat start|stop|restart.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
In JBoss 5 and 6 you can find in the But with JBoss 7 there is no such script. I think that you have to adopt for example start script from earlier JBoss version or create your own. There is some documentation about running JBoss as service (boy not for JBoss 7): Small update: In JBoss EAP 6 version you can find init script in bin/init.d directory. |
||||
|
|