RE: JNDI DataSource - need to synchronize?

2003-09-08 Thread Shapira, Yoav
's destroy() method. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Marco Tedone [mailto:[EMAIL PROTECTED] >Sent: Sunday, September 07, 2003 4:13 AM >To: Tomcat Users List >Subject: Re: JNDI DataSource - need to synchronize? > >Well, to be sure, p

Re: JNDI DataSource - need to synchronize?

2003-09-07 Thread Marco Tedone
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, September 07, 2003 12:18 PM Subject: JNDI DataSource - need to synchronize? > Hello List... > > Some coding help please. Following earlier advice on this list and the TC datasource how-to, I've now got a working te

JNDI DataSource - need to synchronize?

2003-09-07 Thread john-paul delaney
Hello List... Some coding help please. Following earlier advice on this list and the TC datasource how-to, I've now got a working test servlet. Basically I declare the Context(s) and DataSource as instance variables, and initialize them in init: ===