I'm running Cactus in JBoss, and as soon as I run a Cactus test case, all logging goes into cactus_server.log. And I mean ALL logging: Cactus, my tests, and JBoss. JBoss' server.log is never written to again.
This may be a log4j issue, or a lack of understanding of log4j on my part, but it sure doesn't seem right! And since it happens only after running a Cactus test case, I'm asking here first. :) Adding to my confusion, I removed the cactus appender completely from my log_server.properties file and I tell Cactus and my tests to use the JBoss appenders, which are presumably already defined. This doesn't have any affect, and even more interesting is that the line defining the name of the file is not there, but the file is still used. Is there a default somewhere or something? I've rebuilt from scratch, removed JBoss' temp deploy directory, redeployed several times and it make no difference. Any ideas? Jason -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
