You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by John Slick <js...@nortelnetworks.com> on 2000/08/28 06:07:17 UTC

RE: Any JDBC servlet docs ?

See the excellent book "Core Servlets and JavaServer Pages" by Marty Hall.
The code is online, at www.coreservelets.com.
See chapter 18.

Regards,
John M Slick
Nortel Networks

> ----------
> From: 	M.GULATI@ponl.com
> Sent: 	Monday, August 28, 2000 10:44 AM
> To: 	tomcat-dev@jakarta.apache.org
> Subject: 	Any JDBC servlet docs ?
> 
> I want to know that,  I am using TOMCAT 3.1 as addon to apache on IBM AIX
> 4.2.1( a flavour of UNIX). I have configured TOMCAT to work as an addon to
> apache .Tomcat is now successfully servicing servlet requests .However, I
> have
> a servlet that uses JDBC to connect to a database .However whn it tries to
> make a connection to the database a SQLException is thrown and its message
> reads ....... No suitable driver. I have tried to obtain the JDBC package
> from
> ORACLE Inc. for the correct version of Oracle Database which is 7.3.4 .
> 
> The JDBC is in the form of three files  and there names are :
> classes102.zip
> classes111.zip
> liboci73jdbc.so
> 
> I don't know where to place these files and what is to be given as PATH ,
> LD_LIBRARY_PATH etc. in the .profile Can somebody please help me with this
> ?
> I would appreciate somebody pointing out some documentation regarding
> deploying JDBC usinf servlets on TOMCAT.
> 
> Thanks and regards ,
> Manish
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>