RE: Source jar for tomcat-dbcp?

2012-03-11 Thread Jim Garrison
> > It would have been nice if this was noted in the docs :-) > > Sounds like you're pretty close to being able to make a patch. ;) I'm willing to write something up, but am not sure how to contribute it to the doc website. I rummaged through the ASF svn and found the tomcat/site stuff, but it

RE: Source jar for tomcat-dbcp?

2012-03-10 Thread Jim Garrison
> -Original Message- > From: Jim Garrison [mailto:jim.garri...@troux.com] > Sent: Saturday, March 10, 2012 7:07 PM > To: users@tomcat.apache.org > Subject: Source jar for tomcat-dbcp? > > I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I &g

Source jar for tomcat-dbcp?

2012-03-10 Thread Jim Garrison
I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I tried downloading the Apache commons-dbcp source but it seems the version in Tomcat has the classes in different packages, so I can't get Eclipse to recognize the source. I've searched the following areas: * the tomcat

RE: tomcat6w.exe -- 32bit and 64bit versions identical?

2012-03-07 Thread Jim Garrison
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, March 06, 2012 12:27 PM > To: Tomcat Users List > Subject: RE: tomcat6w.exe -- 32bit and 64bit versions identical? > > > From: Jim Garrison [mailto:jim.garri..

tomcat6w.exe -- 32bit and 64bit versions identical?

2012-03-06 Thread Jim Garrison
I am in an environment where I deploy tomcat via a script. Rather than keep two entire copies of Tomcat for 32- and 64-bit systems I have the complete 32-bit download plus the 64-bit tomcat6*.exe files. I'm upgrading from 6.0.20 to 6.0.35 and my usual procedure is to diff the 32- and 64-bit ve

disableProxyCaching in Tomcat6?

2009-12-10 Thread Jim Garrison
In Tomcat5 there was a Context parameter "disableProxyCaching" to prevent proxies from caching content. This parameter doesn't seem to be present in Tomcat6. Is there an equivalent setting?

RE: DelegatingCallableStatement.getInnermostDelegate() -- NoSuchMethodError

2008-03-17 Thread Jim Garrison
> -Original Message- > From: Phil Steitz [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 15, 2008 5:09 PM > To: Tomcat Users List > Subject: Re: DelegatingCallableStatement.getInnermostDelegate() -- > NoSuchMethodError > > This looks like a signature from dbcp 1.1. Are you sure you use

DelegatingCallableStatement.getInnermostDelegate() -- NoSuchMethodError

2008-03-14 Thread Jim Garrison
I'm getting a NoSuchMethodError on org.apache.commons.dbcp.DelegatingCallableStatement.getInnermostDelegate (). AFAICT DelegatingCallableStatement inherits ultimately from DelegatingStatement, which DOES have such a method. I've examined the commons-dbcp-1.2.1.jar file that's in the classpath, a

RE: Listener Shutdown Order?

2007-11-15 Thread Jim Garrison
> -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 14, 2007 12:34 PM > To: Tomcat Users List > Subject: Re: Listener Shutdown Order? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, >

RE: Listener Shutdown Order?

2007-11-14 Thread Jim Garrison
> -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 14, 2007 11:43 AM > > "Notification that the servlet context is *about* to be shut down. All > servlets and filters have been destroy()ed before any > ServletContextListeners are notifi

Listener Shutdown Order?

2007-11-14 Thread Jim Garrison
When starting up, Listeners are started before load-on-startup servlets, so we use this mechanism to initialize Spring. On shutdown, Tomcat seems to shutdown listeners BEFORE the servlets. This results in the Spring context being discarded while it is still needed. If context listeners start b