It is a sybase database. -----Original Message----- From: Spence, Ian (ELS-CAM) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 10:27 AM To: 'Log4J Users List' Subject: RE: DB Logging across JVMs
We have a similar system, using the JDBCAppender with an Oracle db. I think the problem you are suggesting is a duplicate on the primary key. With our primary key taking its value from an oracle sequence this is not a problem. Perhaps this is a problem on other mickey mouse dbs. -----Original Message----- From: Horry, Adam J [mailto:[EMAIL PROTECTED] Sent: 25 May 2005 14:47 To: [email protected] Subject: DB Logging across JVMs Have a system where a post can be handled by one of several web servers in their own JVM. However, we want the database logging to go to the same database. So theorectically one web server could be doing an insert and another an update of the same row. Is there a way to have one "global" database appender rather than a separate database appender for each JVM? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
