Chuck,
glad you're still my heroe ;)
However, I see clearly now what went wrong:
In Tomcat 4.1 there's a description about datasources:
http://tomcat.apache.org/tomcat-4.1-doc/config/globalresources.html
In there, there's a link to a JNDI-how-to:
http://tomcat.apache.org/tomcat-4.1-doc/jndi-re
On Tue, Mar 3, 2009 at 16:53, Gregor Schneider 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/l
> From: Gregor Schneider [mailto:rc4...@googlemail.com]
> Subject: Re: ClassNotFoundException
> org.apache.commons.dbcp.BasicDataSourceFactory
>
> In both directories ${CATALINA_HOME}/server/lib and
> ${CATALINA_HOME}/common/lib I do not find a file tomcat-dbcp.jar.
To pro
Hi Chuck,
On Tue, Mar 3, 2009 at 10:08 PM, Caldarale, Charles R
wrote:
>
> The commons-dbcp jar has been renamed and distributed as part of Tomcat as
> far back as I can remember, at least since early 5.0 levels. There was
> certainly no change between 5.5 and 6.0 for this.
Chuck, you're one
> From: Gregor Schneider [mailto:rc4...@googlemail.com]
> Subject: Re: ClassNotFoundException
> org.apache.commons.dbcp.BasicDataSourceFactory
>
> I've ported the Servlet from Tomcat 5.5 to Tomcat 6, and if I'm not
> mistaken, there had been some re-naming and re-packag