Start JBoss 7 as a service on Linux
Previous versions of JBoss included a scripts (like jboss_init_redhat.sh ) that could be copied to /etc/init.d in order to add it as a service - so it would start on boot up. I can't seem to find any similar scripts in JBoss 7. Has anyone already done something like this? P.S. I'm trying to achieve this in Ubuntu 10.04 After spending a couple of hours of snooping around I ended up creating /etc/init.d/jboss with the following contents #!/bin/sh ### BEGIN INIT INFO # Provides: jboss # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog #