Re: configure data source

2004-04-18 Thread Kris Rasmussen
Yeah its confusing. In your global naming resources you need to declare a resource and then a seperate group of resource params with the same name. For your app context look below at my example () is the name of your app. --- twcTC <[EM

Re: configure data source

2004-04-17 Thread twcTC
); } public String getServletInfo() { return "The Hello servlet says hello."; } } === ==detail info -Original Message- From: Niraj Alok <[EMAIL PROTECTED]> Sent: Apr 1

Re: configure data source

2004-04-17 Thread twcTC
Can you show me how to do it. Thanks. -Original Message- From: Kris Rasmussen <[EMAIL PROTECTED]> Sent: Apr 17, 2004 3:09 AM To: Tomcat Users List <[EMAIL PROTECTED]>, twcTC <[EMAIL PROTECTED]> Subject: Re: configure data source I don't know about we

Re: configure data source

2004-04-17 Thread Kris Rasmussen
Sent: Apr 16, 2004 8:04 PM > To: Tomcat Users List > <[EMAIL PROTECTED]> > Subject: configure data source > > > Hi All, > > > I am trying to obtain a connection using DataSource > in Tomcat5 . > > I get the following error : > > org.apache

Re: configure data source

2004-04-16 Thread twcTC
I have the same problem -Original Message- From: Niraj Alok <[EMAIL PROTECTED]> Sent: Apr 16, 2004 8:04 PM To: Tomcat Users List <[EMAIL PROTECTED]> Subject: configure data source Hi All, I am trying to obtain a connection using DataSource in Tomcat5 . I get the fol

configure data source

2004-04-16 Thread Niraj Alok
Hi All, I am trying to obtain a connection using DataSource in Tomcat5 . I get the following error : org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: java.sql.SQLException: No suitable driver My source code is :