By default JBoss 5.1 writes boot traces to $JBOSS_HOME/server/default/log folder.
Is it possible to change location for boot traces?
Boot traces – traces in file boot.log.
By default JBoss 5.1 writes boot traces to $JBOSS_HOME/server/default/log folder . Is it possible
Share
The log4j bootstrap log is configured, rather bizzarely, from the
log4j.propertiesinsidebin/run.jar. You need to override that configuration with your own.See this page for a description of how it works, but essentially you can supply your own boot log4j config by using a system property, e.g.
Once the bootstrap has finished, JBoss will switch to the
conf/jboss-log4j.xmlconfiguration as before.