Version 1 (modified by 9 years ago) ( diff ) | ,
---|
JBOSS HowTo Debug Restart Issues
Tools
- Check to see if the JBOSS process is running by running the command
pgrep -f jboss
, which will display the process ID of the JBOSS process. - Check the log for errors
- Check to see which ports are listening using the command
netstat -ln
against a list of ports used by JBOSS.
Note:
See TracWiki
for help on using the wiki.