• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JDBC enabling

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have Oracle installed in my prompt and my driver exists there. OracleDriver.
Now I have a web application installed in my server and my machine is mapped to the server to I:
We have tomcat installed here.
I tried in working a sample standalone java app from I: It is working.
But my servlet is not seeing the driver installed.
So I guess Tomcat is not seeing my JDBC driver.
Any one please tell me how to configure this on Tomcat ?
Any links also welcome..
Thanks,
Maya
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did you set your classpath to include the new jdbc driver that you have installed?
What is the Exception number/message?
I have found this link to Oracle a very useful one. http://otn.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
At the bottom of the page there is a section on Installation Questions and Error Messages. Also, since your just getting started, this link on error messages might be useful too. http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76999/toc.htm
Jamie
 
Shreya Menon
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jamie,
The prob is that Tomcat in our server is not able to recognise my driver in my machine. I put the classes.zip file in /lib directory of the tomcat.
i added that in tomcat, restarted the server. Still it doesn't work.
Thanks,
maya
reply
    Bookmark Topic Watch Topic
  • New Topic