| 1 | = JBOSS HowTo Debug Restart Issues |
| 2 | |
| 3 | Tags: [[JBOSS]] [[HowTo]] |
| 4 | |
| 5 | == Tools |
| 6 | |
| 7 | - 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. |
| 8 | - Check the log for errors |
| 9 | - 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]]. |
| 10 | |
| 11 | [[BackLinks]] |