ClassNotFound problem in Resin
Hi all,
I'm pretty new to this so please bear with me.
I'm developing a web application (in Dreamweaver) using Ajax. I have a JSP script which is waiting for the request from the page to perform some operations on a database. It sends the page an error if any errors are encountered
I am always receiving a "classnotfound" error on the line:
Class.forName("oracle.jdbc.OracleDriver").newInstance();
Now, I have placed ojdbc14.jar, which contains jdbc/OracleDriver, into resin/lib AND into resin/webapps/ROOT/WEB-INF/lib. I actually created the lib directory inside WEB-INF myself because I read on some other forums that I should do that, but I really have no idea what I'm doing there -_-.
However, I still get the error.
I made a test page to verify that the classloader for resin is loading the jar from resin/lib, and the jar file IS listed as one of the files being loaded.
So basically, I have no idea what's going on.
Please help! Thanks.
p.s. I'm using Dreamweaver 8

