RE: Hibernate debugging problem in Tomcat 5.5.12

2006-01-17 Thread Matt Wiseley
Behrang, You probably have .jar files for Hibernate that don't contain debug information. If you want to debug the Hibernate code itself, get a source code distribution and build it with debugging info (see documentation for the javac ant tag), or just add the source files to your IDE. That

RE: The query string

2005-10-13 Thread Matt Wiseley
Cristi, Take look at http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSer vletRequest.html Using a combination of getRequestURL().toString() and request.getQueryString() should give you what you're looking for. Matt -Original Message- From: Kyle [mailto:[EMAIL

RE: Tomcat 4.1.31 hangs after 2 days .. any idea on what going on .. ?... please help

2005-10-13 Thread Matt Wiseley
David, Are you using a JDBC connection pool? I've seen Tomcat hang in this way when there is a mismanaged connection pool (i.e. connections are being left open until the pool runs out). Something to check any way... Matt -Original Message- From: David Gagnon [mailto:[EMAIL PROTECTED]