On Tue, Mar 3, 2009 at 16:53, Gregor Schneider <rc4...@googlemail.com> wrote:
> I just looked it up in our old server (vanilla download from
> tomcat.apache.org, more info:
>
> Using CATALINA_BASE:   /home/tomcat/local/tomcat55/
> Using CATALINA_HOME:   /home/tomcat/local/tomcat55/
> Using CATALINA_TMPDIR: /home/tomcat/local/tomcat55//temp
> Using JRE_HOME:       /home/tomcat/local/jdk15/
> Server version: Apache Tomcat/5.5.20
> Server built:   Sep 12 2006 10:09:20
> Server number:  5.5.20.0
> OS Name:        Linux
> OS Version:     2.6.18-3-amd64
> Architecture:   amd64
> JVM Version:    1.5.0_10-b03
> JVM Vendor:     Sun Microsystems Inc.
>
> In the directory ${CATALINA_HOME}/common/lib I find the following
> files (among others):
>
> commons-collections-3.2.jar
> commons-dbcp-1.2.1.jar
> commons-pool-1.3.jar
> naming-factory.jar

That's not a "vanilla download". You've added some chocolate sprinkles
to common/lib. :-)

As Chuck pointed out, the DBCP classes are in naming-factory-dbcp.jar
- but note that the package names were changed to avoid conflicting
with commons-dbcp.jar. Some webapps include commons-dbcp.jar so they
can run on non-Tomcat containers that don't include Commons DBCP by
default.
-- 
Len

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to