Re: logging outgoing requests from Tomcat to SQL

2009-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gergely, Gergely Paljak wrote: > And it looks like more wrapping than before christmas, but I have never > taken a close look on JDBC implementations (at least not this close). > > So, i'd be interested in that *super-sexy *class wrapper generator of

Re: logging outgoing requests from Tomcat to SQL

2009-01-29 Thread Gergely Paljak
Hi Christopher, thanks for the comment, it's really interesting! And it looks like more wrapping than before christmas, but I have never taken a close look on JDBC implementations (at least not this close). So, i'd be interested in that *super-sexy *class wrapper generator of yours! Also in any

Re: logging outgoing requests from Tomcat to SQL

2009-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gergely, Gergely Paljak wrote: > A want to realize a logging system for tomcat that is capable of: > - logging the incoming request for Servlets (easy) > - and logging the time when the Tomcat response is sent (easy as well) As you say, these are rel

logging outgoing requests from Tomcat to SQL

2009-01-28 Thread Gergely Paljak
Hi, I have encountered the following challenge regarding which I would like to ask you! A want to realize a logging system for tomcat that is capable of: - logging the incoming request for Servlets (easy) - logging the outgoing SQL queries inside Tomcat while maintaining a mapping between the req