Connection Pooling Java Server
Does anyone know of a freeware java server that will maintain a persistent pool of database connections supporting Oracle and MySQL? It does not have to support EJB's but needs to support jsp and preferably have an apache plug-in. The last time I looked at Resin, about 6 mothns ago, it did not do this. If you are familiar with Weblogic, this is exactly what I want, but I do not want to shell out upwards of 100K for this. Thanks greatly for any suggestions. -CC
From: Chuck Carson
Hi,
Does anyone know of a freeware java server that will maintain a persistent pool of database connections supporting Oracle and MySQL?
I use the one from http://www.javaexchange.com/. I use it with Interbase, but It works with any DB with a JDBC driver Cheers Phil Shrimpton (Team JEDI) ---------------------------------------------------------------------------- JEDI Teams Coordinator www.delphi-jedi.org Registered Linux User #155621
On Sunday 21 January 2001 10:23 pm, Phil Shrimpton wrote:> > From: Chuck Carson
Hi,
Does anyone know of a freeware java server that will maintain a persistent pool of database connections supporting Oracle and MySQL?
I use the one from http://www.javaexchange.com/. I use it with Interbase, but It works with any DB with a JDBC driver
I would recommend Enhydra (http://www.enhydra.org). There is an open source version, which I think comes with SuSE 7.0. It has a Apache Module and can be used with JServlets and JSP. Adam
participants (3)
-
Adam Leach
-
Chuck Carson
-
Phil Shrimpton