|
mall,
add your connection pool object to the ServletContext like so: getServletConfig().getServletContext().setAttribute("poolname", pool); then when you want to get a connection just get a reference to your pool object like so: PoolObject mypool = (PoolObject)getServletConfig().getServletContext().getAttribute("poolname"); peice of cake! :) Matt mall wrote:
|
begin:vcard n:Goss;Matt tel;fax:919-657-1501 tel;work:919-657-1432 x-mozilla-html:FALSE url:www.rtci.com org:RTCI;Custom Solutions adr:;;201 Shannon Oaks Circle;Cary;NC;27511;US version:2.1 email;internet:[EMAIL PROTECTED] title:Web Developer fn:Matt end:vcard
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
