RE: Tomcat 6 and Apache Derby

2009-03-11 Thread Caldarale, Charles R
> From: Robert K. Vanderhoek [mailto:rob...@nhdeeds.com] > Subject: Tomcat 6 and Apache Derby > > /Class Not Found: java.lang.ClassNotFoundException: > jdbc:derby/. Looks like either your code to create a DB connection is incorrect, or your config is bad. > I have

Tomcat 6 and Apache Derby

2009-03-11 Thread Robert K. Vanderhoek
I'm having some trouble getting Apache Derby embedded inside Tomcat 6 so I can access a database threw my webapp. I am receiving the following error in the catalina.out log file: /Class Not Found: java.lang.ClassNotFoundException: jdbc:derby/. This is generated in the log when the webapp is a