Hi,
I am trying to write a code that retrieves info from database and show it on the web. I couldn't view it through
Tomcat, I don't understand the reason. Can anyone explain it to me?
This is my code:
I am using correct userid and password. I tried a
Jdbc program seperately it works fine. But here it throws Exception.
Just couple of lines of the exception.
javax.servlet.ServletException: Cannot allocate
servlet instance for path /examples/servlet/ShowEmployees
root cause
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
Thanks,
Vanitha.
[This message has been edited by Vanitha Sugumaran (edited November 18, 2001).]