Ahmed Alami/MDV/DQAI/DISF/LAPOSTE est absent.

2004-07-19 Thread ahmed . alami-prestataire
Je serai absent(e) du 19/07/2004 au 25/07/2004. Merci d'entrer en contact avec Aziz SKALLI pour les questions de support. Je répondrai à votre message dès mon retour. Post-scriptum La Poste Ce message est confidentiel. Sous réserve de tout accord conclu par écrit entre vous et La Poste, son cont

Re: Getting JDBCAppender to use a connection pool?

2004-07-19 Thread Frank Burns
Thanks Ravi ! - Original Message - From: "Ravi Vemuri" <[EMAIL PROTECTED]> To: "'Log4J Users List'" <[EMAIL PROTECTED]> Sent: Monday, July 19, 2004 4:31 PM Subject: RE: Getting JDBCAppender to use a connection pool? > Frank, > > The current javadoc documentation indicates that you sub c

Re: Strange behaviour with JDBCAppender -- long time lags before control returns to code

2004-07-19 Thread Frank Burns
It's a timeout on the firewall between the tomcat server and the database server. I think I've got this solved now -- by using a connection pool for the JDBCAppender that pre-emptively keeps the connections to the database server alive. James, thanks very much for your interest and help. Cheers,

RE: Getting JDBCAppender to use a connection pool?

2004-07-19 Thread Ravi Vemuri
Frank, The current javadoc documentation indicates that you sub class the JDBCAppender which overrides the getConnection() and closeConnection() methods and refer to this class in the log4j.properties. In the sub class the connection can be given from the pool and then returned to the pool. My lo

Getting JDBCAppender to use a connection pool?

2004-07-19 Thread Frank Burns
Can anyone point me in the right direction on how to configure the log4j.properties file to get the JDBCAppender to use a connection pool? Thanks, Frank. - Original Message - From: "James Stauffer" <[EMAIL PROTECTED]> To: "'Log4J Users List'" <[EMAIL PROTECTED]> Sent: Monday, July 19,

RE: Strange behaviour with JDBCAppender -- long time lags before control returns to code

2004-07-19 Thread James Stauffer
Can you profile the code to determine what is taking so long? James Stauffer -Original Message- From: Donald Larmee [mailto:[EMAIL PROTECTED] Sent: Saturday, July 17, 2004 12:08 PM To: 'Log4J Users List' Subject: RE: Strange behaviour with JDBCAppender -- long time lags before control r