Could not find datasource when starting tomcat

2011-08-29 Thread Alaeddine HAOUAS
Hi, I try to backup a java 1.5 web application with servlet/JSP using tomcat-6.0.20. I am having the following error when starting my tomcat in Eclipse (sysdeo plugin v3.2.1) : FATAL [main] DatasourceConnectionProvider:47 - Could not find datasource: dbName

Re: Could not find datasource when starting tomcat

2011-08-29 Thread Savitha Akella
Hi , Usually in the resource tag , we define the name parameter as below: name=jndi/dbName Make this change and hopefully it should work. Thanks On Mon, Aug 29, 2011 at 10:20 AM, Alaeddine HAOUAS a.hao...@nouvellemarque.com wrote: Hi, I try to backup a java 1.5 web application with

Re: Could not find datasource when starting tomcat

2011-08-29 Thread Mark Eggers
- Original Message - From: Savitha Akella savitha.saraswa...@gmail.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Monday, August 29, 2011 10:36 AM Subject: Re: Could not find datasource when starting tomcat Hi , Usually in the resource tag , we define the name