Changes between Version 8 and Version 9 of JBOSS
- Timestamp:
- 11/29/15 17:53:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JBOSS
v8 v9 5 5 - [[JBOSS HowTo Debug Restart Issues]] 6 6 - [[JBOSS HowTo Auto Start on Reboot]] 7 - [[JBOSS HowTo Start, Stop and Restart]] 7 8 8 === Start / Stop / Restart9 9 10 1. /local/jboss/run.sh11 1. Needs parameters that you can find in TRAC somewhere or on the internet.12 2. Run with an ampersand to run in the background.13 14 == Stop15 16 Run the command `{JBOSS directory}/shutdown.sh -S`17 18 == Start19 20 **NB: run another command as {{{sudo}}} first, because you cannot enter a password when trying to run a command in the background.**21 22 {{{23 sudo run.sh -Duser.timezone="Europe/London" -b 0.0.0.0 &24 }}}25 10 26 11 [[BackLinks]]