= JBOSS HowTo Debug Restart Issues Tags: [[JBOSS]] [[HowTo]] == 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 [[https://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/4/html/Security_on_JBoss-Configuring_JBoss_for_use_Behind_a_Firewall.html|list of ports used by JBOSS]]. [[BackLinks]]