Changes between Version 8 and Version 9 of JBOSS


Ignore:
Timestamp:
11/29/15 17:53:58 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JBOSS

    v8 v9  
    55- [[JBOSS HowTo Debug Restart Issues]]
    66- [[JBOSS HowTo Auto Start on Reboot]]
     7- [[JBOSS HowTo Start, Stop and Restart]]
    78
    8 === Start / Stop / Restart
    99
    10 1. /local/jboss/run.sh
    11  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 == Stop
    15 
    16 Run the command `{JBOSS directory}/shutdown.sh -S`
    17 
    18 == Start
    19 
    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 }}}
    2510
    2611[[BackLinks]]