Re: data source problem

2015-02-17 Thread Yaragalla Muralidhar
Ok. Thank you. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Tue, Feb 17, 2015 at 2:32 PM, André Warnier wrote: > Hi. > > Yaragalla Muralidhar wrote: > >> I have configured the datasource in serverhome/conf/context.xml but when i

Re: data source problem

2015-02-17 Thread André Warnier
Hi. Yaragalla Muralidhar wrote: I have configured the datasource in serverhome/conf/context.xml but when i am hosting my web app the servers conf/context.xml is not available so i have copied context.xml into META-INF folder of web app but still i get the message like datasource info not found.

data source problem

2015-02-17 Thread Yaragalla Muralidhar
I have configured the datasource in serverhome/conf/context.xml but when i am hosting my web app the servers conf/context.xml is not available so i have copied context.xml into META-INF folder of web app but still i get the message like datasource info not found. how can i solve this? *Thanks and

RE: Servlet problem/Data Source Problem

2006-02-21 Thread GB Developer
Sent: Tuesday, February 21, 2006 7:38 AM > To: Tomcat Users List > Subject: Servlet problem/Data Source Problem > >ResultSet rst = stmt.executeQuery("select id, chest from > testdata"); you're missing this: if (rst.next()) { > blob = rst.getIn

Servlet problem/Data Source Problem

2006-02-21 Thread Mark Whitby
David, Thanks very much for the tips. I haven't yet got it in a package as I am just using this for testing at the moment though I had managed to find out about number 2 and 3 for myself. Thanks for the hint though. Now I have another problem with the following code: import java.io.*; impo