| Author |
naming-factory-dbcp.jar classes not loading
|
Jeff Pollet
Ranch Hand
Joined: Jul 20, 2005
Posts: 49
|
|
At the risk of inundating this forum with more newbie questions, I have yet another (thanks Ben for all of your help so far). Once again, I am migrating a simple webapp from Tomcat 4.1 to 5.5.20. One problem I'm having now is at startup--from the catalina log:
This problem (among others) is leading (I think) to a "No suitable driver" error in my webapp anytime I have a jsp that needs to get to my database. ( BTW, apparently, the MemoryUserDatabaseFactory class is being loaded just fine, as I'm able to login to my app and such, and there is no error on startup regarding that class.) Thing is, this class is where it should be, within . And TC is loading other classes from that directory. I suppose it could still be a CLASSPATH problem, but why in the world would this jar not be part of Tomcat's CLASSPATH for loading? What other reasons for not loading the resource factory class (besides CLASSPATH problems) might I investigate? Any help would be very much appreciated. Thanks!
|
newbie, please be gentle.
|
 |
fran cefor
Greenhorn
Joined: Oct 16, 2007
Posts: 1
|
|
Hi Jeff, can you tell me about solution? if you have it. thanks
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
This is one of the classes provided by Tomcat. Did you accidentally move any of the jars from your older version of Tomcat into your newer version (from tomcat/common/lib)?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: naming-factory-dbcp.jar classes not loading
|
|
|