Re: Tomcat 4 and DbConnectionBroker

2001-09-05 Thread Craig R. McClanahan
On Wed, 5 Sep 2001, Jim Urban wrote: > Date: Wed, 5 Sep 2001 10:19:22 -0500 > From: Jim Urban <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Tomcat 4 and DbConnectionBroker > > I am trying to migrate my application from Tomcat 3.2.

Tomcat 4 and DbConnectionBroker

2001-09-05 Thread Jim Urban
I am trying to migrate my application from Tomcat 3.2.1 to Tomcat 4.0. When my main servlet loads it hangs instantiating the class DbConnectionBroker. No exceptions are thrown, the call to "new DbConnectionBroker(..." never returns (I put a System.err.println call before and after the call to "ne