jboss server log
Posted
by user309281
on Stack Overflow
See other posts from Stack Overflow
or by user309281
Published on 2010-06-10T05:17:14Z
Indexed on
2010/06/10
5:23 UTC
Read the original article
Hit count: 358
Hi
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.
Pls let me know how to enable TRACE for org.jboss.system.server.Server in jboss-log4j.xml
Thanks in advance
© Stack Overflow or respective owner