I am having web application running in JBOSS AS 4.2.2.
Observed that jboss server automatically shuts down, and the following exception is observed in server.log
14:20:38,048 INFO [Server] Runtime shutdown hook called, forceHalt: true
14:20:38,049 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
I want to enable TRACE
for org.jboss.system.server.Server
in jboss-log4j.xml
, to hopefully get some more info when the server shuts down.
Please let me know how to enable TRACE
for org.jboss.system.server.Server
in jboss-log4j.xml
.