Hey I am having some problems in connecting my servlet with oracle9i as the database and thru the contatiner Tomcat, If i do the same the thing with servlet runner ewverything iget aces to data base, I have pasted the classes12.jar also but , I always get the message sayin" Ubale to load drivers,
We're pleased to have you here with us in the JSP forum, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Hi I am making use DriverManager , I am unable to connect to my database. But I tried doing this thing with JSP , and you know It works Anyway I will post the code which i am using for database connection Can anybody tell me the steps to connect to connect to acces as databse. If possible explain this a few line of coding Thakns
It should go under common/lib. This is where it needs to be if you're using container managed pooling.
Since you're using the driver manager, you could also put it under WEB-INF/lib within your own application. [ August 14, 2006: Message edited by: Ben Souther ]