JBoss AS produces only two logs by default: boot.log and server.log. If you 
have a third log file, then someone configured that log file. In addition, for 
both boot.log and server.log, the FILE appender has an  entry like the 
following:

<param name="File" value="${jboss.server.log.dir}/server.log"/>

Apprently, someone changed this for the FILE appender for server.log. You need 
to go into the server/xxx/conf/log4j.xml file and change the File parameter for 
both appenders (for FILE and for 'localDB') to use a value similar to the one 
above.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218674#4218674

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218674
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to