RE: Sharing a connection pool among contexts

2003-06-06 Thread Strecker, Mark
by hand. Mark -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 3:42 PM To: Tomcat Users List Subject: Re: Sharing a connection pool among contexts I do it in a different way : I have a servlet in charge to set all pools, and I have a class

Re: Sharing a connection pool among contexts

2003-06-06 Thread Emerson Cargnin
I do it in a different way : I have a servlet in charge to set all pools, and I have a class with statics methods to manage the pools, creating, test, and show their use. This class is shared with all contexts through a jar in common/lib. So I have a servlet, with all configuration of the pools