Re: [Proxool-developer] Problem about DriverManager.getConnection
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <bi...@lo...> - 2007-12-27 07:34:25
|
Is it blocked forever, or does it eventually timeout? If it does timeout then you might get a clue from the exception thrown. You should do a small test to see if you can get a connection from the database directly (without using Proxool, but using the same parameters). If that succeeds but Proxool does not then send in your configuration and output from the logs. - Bill On 12/27/2007 07:24 AM, Fan XIA (??) wrote: > Hi guys, > > I've used proxool with tomcat 5.0.28 and mysql 4.1. When I want to get > a connection from the pool: > > Connection conn = DriverManager.getConnection("proxool.mysql"); > > it seems blocked here. Can anyone gives a suggestion? > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Proxool-developer mailing list > Pro...@li... > https://lists.sourceforge.net/lists/listinfo/proxool-developer > |