4
Views
0
Comments
JBoss Logs in the OutSystems Platform
Hi,

In case you are wondering where do JBoss logs are stored, you might find them at:
  • JBoss 5 - $JBOSS_HOME/server/outsystems/log
  • JBoss 7 - $JBOSS_HOME/standalone/log

In here you might find several logs, but basically they are divided into 3 groups:
  • boot.log - logs regarging JBoss initialization
  • server.log - logs regarding JBoss operation
  • server.log.<date> - older logs

Of course these logs are all configurable. You can customize JBoss to change the default log behavior at:
  • JBoss 5 - $JBOSS_HOME/server/outsystems/conf/jboss-log4j.xml
  • JBoss 7 -$JBOSS_HOME/standalone/configuration/standalone-outsystems.xml
As always, you should read the official JBoss 5 or JBoss 7 documentation to understand how to perform these customizations and their side effects.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.