RE: how to initialize database connection pool in struts 2?

2009-04-07 Thread john lee
Could you tel me in detail/example?   tks in advance   john --- On Tue, 4/7/09, Sidharth Bhatia wrote: From: Sidharth Bhatia Subject: RE: how to initialize database connection pool in struts 2? To: "'Struts Users Mailing List'" , w...@wantii.com Date: Tuesday, April 7,

RE: how to initialize database connection pool in struts 2?

2009-04-07 Thread Sidharth Bhatia
annemacher [mailto:w...@wantii.com] Sent: Tuesday, April 07, 2009 11:29 PM To: Struts Users Mailing List Subject: Re: how to initialize database connection pool in struts 2? On Tuesday 07 April 2009 21:38:44 john lee wrote: > in structs 1, in APPLICATION/WEB-INF/web.xml, i have the f

Re: how to initialize database connection pool in struts 2?

2009-04-07 Thread Wes Wannemacher
On Tuesday 07 April 2009 21:38:44 john lee wrote: > in structs 1, in APPLICATION/WEB-INF/web.xml, i have the following line > > > DBInit > neuco.db.DBInitServlet > 1 > > > to initialize/launch default databse connection pool, how can i do this in > struts 2 ? >

how to initialize database connection pool in struts 2?

2009-04-07 Thread john lee
  in structs 1, in APPLICATION/WEB-INF/web.xml, i have the following line         DBInit     neuco.db.DBInitServlet     1       to initialize/launch default databse connection pool, how can i do this in struts 2 ?     tks in advance   john