Changes between Initial Version and Version 1 of JBOSS HowTo Debug Restart Issues


Ignore:
Timestamp:
11/03/15 08:08:47 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JBOSS HowTo Debug Restart Issues

    v1 v1  
     1= JBOSS HowTo Debug Restart Issues
     2
     3Tags: [[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]]