I would like to be able to set up my clustered JBoss5 instances to write log4j messages to a database. I am trying to use a DBAppender (rather than a JDBCAppender, for the reasons given in this question).
Has anyone done this? As of now, I've added an <appender>
tag to jboss-log4j.xml and put the logback-classic-0.9.17.jar file in every jar-filled folder in my JBoss directory, but I'm still getting a ClassNotFoundException when JBoss tries to look for it on startup.
ANY tips/examples you can give me might be helpful, either in getting me farther in this direction, or pointing me in a better direction.