Re: Datasource Error

2007-08-08 Thread Mastrorillo Laurence
below. I believe the error is somewhere with my Tomcat setup. I thought maybe there might be some bugs with Tomcat 5.5.9. Thanks Wil -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datas

Re: Datasource Error

2007-08-08 Thread Indudhar Devanath
ssage- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tu

Re: Datasource Error

2007-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, Will Holmes wrote: > I had no problems with the project when I was using Netbeans 5.5 as my IDE > but I had to convert my project to work with Websphere development studio > and that is when I encountered the error below. I believe the error

Re: Datasource Error

2007-08-08 Thread David Smith
, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:33 AM To: users@tomcat.apache.org Cc: [EMAIL

Re: Datasource Error

2007-08-08 Thread David Smith
thought maybe there might be some bugs with Tomcat 5.5.9. Thanks Wil -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could

Re: Datasource Error

2007-08-08 Thread Gregor Schneider
Will, as long as you don't post your configuration (context.xml and web.xml of your web-app, your servlet / jsp-code accessing the datasource), nobody will be able to help you. That is, since we all ran out of cristal balls telling us the solution for your problems... Gregor -- what's puzzlin'

RE: Datasource Error

2007-08-07 Thread Will Holmes
some bugs with Tomcat 5.5.9. Thanks Wil -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original

RE: Datasource Error

2007-08-07 Thread Propes, Barry L
2007 1:27 PM To: Tomcat Users List Subject: Re: Datasource Error Set the connection url in database configuration xml file. Some thing like, url jdbc:mysql://localhost:3306/javatest?autoReconnect=true Refer to this page: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasourc

Re: Datasource Error

2007-08-07 Thread Manivannan Palanichamy
Set the connection url in database configuration xml file. Some thing like, url jdbc:mysql://localhost:3306/javatest?autoReconnect=true Refer to this page: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html -- Manivannan.Palanichamy (@) Oracle.com http:/

Re: Datasource Error

2007-08-07 Thread David Smith
It would be great to see more info on your setup including - Resource definition in server.xml - ResourceLink definition in your context.xml - resource-ref in web.xml - the source code of where you are attempting to get a connection. In short, this error is most likely cause because one or more

RE: Datasource Error

2007-08-07 Thread Propes, Barry L
we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:33 AM To: users@tomcat.apache.org Cc: [EMAIL PROTECTED] Subject: Datasource Error I am using Tomcat 5.5.9 on Windows XP I