How is the log4j.xml file located when running a program using Log4J - no workie

2008-08-11 Thread CheapLisa
Maven Layout / Log4J / IntelliJ Question I have a test case and the default maven layout /src/test/java/com/test/JDBCLoggerTest.java /src/test/resources/log4j.xml Inside my IDE (IntelliJ) when I compile and run JDBCLoggerTest.java I get: Test is running <= this i

Distributed Logging Problem (log to remote database possible?)

2008-08-07 Thread CheapLisa
We have six machines involved in a transaction (Identity Provisioning / Identity Integration). In this scenario ata is sent from a hub out to six machines. I want to log information on the hub and the six machines in one place (a database residing on yet another machine). Is this possible to do