Re: How to use connection pool with tomcat 1.2.9

2007-07-09 Thread Nhut Thai Le
wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thai, Nhut Thai Le wrote: > Servlet decument says: getDatasource(HTTPServletRequest) is used to > get the default datasource, getDataSource(HttpServletRequest, String) > get the selected datasource. This appears to be a Str

Re: How to use connection pool with tomcat 1.2.9

2007-07-09 Thread Nhut Thai Le
ce is null"); I'm not sure what to tell you. The method getDataSource( request, "jdbc/TestDB" ) is not a part of tomcat or the servlet spec. Is it part of Struts? --David Nhut Thai Le wrote: > You are definitely right, i was sleepy while posting the question. The 1.2.9

Re: How to use connection pool with tomcat 1.2.9

2007-07-07 Thread Nhut Thai Le
ys as well but these should work good luck - Original Message - From: "Nhut Thai Le" To: Sent: Saturday, July 07, 2007 4:20 PM Subject: How to use connection pool with tomcat 1.2.9 > Hi guys, > I 'm developing a simple web app with netbeans with bundle

Re: How to use connection pool with tomcat 1.2.9

2007-07-07 Thread Nhut Thai Le
mbers are 4.x, 5.0.x, 5.5.x, or 6.0.x. I think Netbeans bundles started with 5.0.x later upgraded to 5.5.x with Netbeans 5.5. Could you take another look? --David Nhut Thai Le wrote: > Hi guys, > I 'm developing a simple web app with netbeans with bundle tomcat 1.2.9. I > want

How to use connection pool with tomcat 1.2.9

2007-07-07 Thread Nhut Thai Le
Hi guys, I 'm developing a simple web app with netbeans with bundle tomcat 1.2.9. I want to use connection pooling fir my web app. Thus, i config as follow: Here is my server.xml: