Hi friends,
I understand that for a web application
JDBC Driver is supposed to be put in WEB-INF\LIB, isn't it? I have a web application deployed on to
Tomcat 4.0. I use Oracle JDBC Thin Driver. It's bundled in a zip file called classes12.zip. I put it in WEB-INF\LIB. When I start the webapp, and load page to get data from oracle, Tomcat told me that it cannot find JDBC Driver class. Anybody can help me on this?
Thanks in advance.
Lijun