Version 2 (modified by 10 years ago) ( diff ) | ,
---|
JBOSS
How To
Start / Stop / Restart
- /local/jboss/run.sh
- Needs parameters that you can find in TRAC somewhere or on the internet.
- Run with an ampersand to run in the background.
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 &
Note:
See TracWiki
for help on using the wiki.