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.
Last modified
9 years ago
Last modified on 11/03/15 08:08:47
Note:
See TracWiki
for help on using the wiki.