Hi,

I am using struts 1.1 and have defined a data source
for connection pooling, in my Action class i get the
data source by using simple
 DataSource dataSourceA = getDataSource(request, "A");
 Connection myConnection =
dataSourceA.getConnection();

But now i need to get the data source in a servlet
which does not extend Action class, but HttpServlet
can any one provide code for it

Ashish


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to