I am developing a web application for which I need to access a remote oracle database. I am using eclipse EE IDE and apache tomcat server. I have added all the dependencies like ojdbc to the project as well as to the deployment descriptor. But when I try to run the program it says

" HTTP status 500
message:Error instantiating servlet class caseextractor

root cause:

java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:*********************

java.sql.DriverManager.getConnection(Unknown Source) " etc..

I have found out that I am having an issue with referencing libraries during runtime by apache tomcat server.
How do I proceed further?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.