Caching problem with sendRedirect

2003-03-30 Thread Jonathan Mangano
I appear to be having a problem with caching when using sendRedirect. I have two filters: The first creates/loads a user profile and stores it in the session. The second checks to see if the user profile id is contained in the query string, if not it uses a sendRedirect to the same url but with t

How do I reset connections in the Tomcat Connection Pool?

2002-12-06 Thread Jonathan Mangano
I am using the DCBP connection pooling with Tomcat 4.1.12. Everything works fine except when a connection dies because of some external factor (In my case it is a clearing of the the Cisco Routers xlate table which causes a SocketException). When this happens the JDBC driver I am using throws an