RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
Tomcat Users List' > Subject: RE: help on JDNI , DBCP with oracle > > > Do you mean commons-collection is no longer in 5.5.4 common/lib? > > -Original Message- > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > Sent: November 26, 2004 10:14 AM > To: Tomcat U

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Do you mean commons-collection is no longer in 5.5.4 common/lib? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 10:14 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle not in Tomcat 5.5.4 it isn't. i have co

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
: RE: help on JDNI , DBCP with oracle > > > Wrong suggestion. It will cause NoClassDefFoundException > since Tomcat has it > in common/lib. > > -Original Message- > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > Sent: November 26, 2004 6:21 AM > T

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Phillip Qin
Wrong suggestion. It will cause NoClassDefFoundException since Tomcat has it in common/lib. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 6:21 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle check for commons

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
hanks again for your help ! it is really kind of you Lydie Original Message Follows From: "Vinayagam" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JD

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
ot; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: &

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
;Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: help on JDNI , DBCP with oracle Date: Fri, 26 Nov 2004 17:08:36 +0530 Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
Ya! It should be in web-inf\lib. - Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 5:01 PM Subject: RE: help on JDNI , DBCP with oracle erm, no, there should *not

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
gt; Subject: Re: help on JDNI , DBCP with oracle > > > HI! > > Sorry, Some spell miss > > Not .jsr it should be .jar > > Under this folder "org\apache" related .jar files should > be there for > > > - Original Message - > From

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
day, November 26, 2004 4:44 PM Subject: Re: help on JDNI , DBCP with oracle > Hi! > > Can u check ur web-inf\classes folder > Under this folder "org\apache" related .jsr files should be there for > Connection related process. > > Regards > Vink >

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
check for commons-collections.jar in your webapp's WEB-INF/lib folder. if you don't have it download from jakarta. > -Original Message- > From: lydie soler [mailto:[EMAIL PROTECTED] > Sent: 26 November 2004 11:02 > To: [EMAIL PROTECTED] > Subject: help o

Re: help on JDNI , DBCP with oracle

2004-11-26 Thread Vinayagam
riday, November 26, 2004 4:32 PM Subject: help on JDNI , DBCP with oracle Hi, I am quite new at tomcat so I am asking for your help. I am trying to make tomcat deal with connection to my oracle database Here is what I do: 1. I added the classes12.jar in the CATALINA_HOME\common\lib 2. in the server

help on JDNI , DBCP with oracle

2004-11-26 Thread lydie soler
Hi, I am quite new at tomcat so I am asking for your help. I am trying to make tomcat deal with connection to my oracle database Here is what I do: 1. I added the classes12.jar in the CATALINA_HOME\common\lib 2. in the server.xml, I added the following code factory org.apache.comm