= JBOSS == How To - [[JBOSS HowTo Debug Restart Issues]] - [[JBOSS HowTo Auto Start on Reboot]] === Start / Stop / Restart 1. /local/jboss/run.sh 1. Needs parameters that you can find in TRAC somewhere or on the internet. 2. Run with an ampersand to run in the background. == Stop Run the command `{JBOSS directory}/shutdown.sh -S` == Start **NB: run another command as {{{sudo}}} first, because you cannot enter a password when trying to run a command in the background.** {{{ sudo run.sh -Duser.timezone="Europe/London" -b 0.0.0.0 & }}} [[BackLinks]]