Joseph D Toussaint wrote:
> It's my understanding that any jar files in the WEB-INF/lib directory
> should be found by the container when the app is deployed - however I
> havea  jdbc driver in that directory and I'm getting a class not found
> exception.

What's the name of the JDBC file?  If it ends in .zip try renaming it
to .jar.

See, for example,
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg27920.html

-- Andrew

Reply via email to