0

How to configure JBoss to use log5j instead of log4j? Customers have JBoss 3.2.7.

1 Answers1

2

You can't. JBoss's logging is hard-wired to use log4j. Replacing it isn't practical.

However, there's nothing to stop your own applications from using log5j if you choose - kjust add the JAR to your applications' libraries. The logging would just be handled separately from JBoss's own logging.

Footnote: JBoss 3 is four generations behind current versions. You should really consider replacing it, it's beyond obsolete.

skaffman
  • 398,947
  • 96
  • 818
  • 769