Foo Shyn wrote:
Hi guys,
Currently i'm using Tomcat 4.1 and my application uses the Tomcat's DBCP to
connect to a Derby database.
However, since the Derby database only allow one application to connect to it
at a time, is it possible that i could configure the Tomcat's DBCP connection
so tha
Mieke Banderas wrote:
Mike Sabroff suggested:
Cloudscape
is it faster than Apache Derby in your experience?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The IBM
GB Developer wrote:
My Tomcat's having trouble finding the JNDI Datasource to use for a
DataSourceRealm.
Details:
Tomcat 5.0.28
Java 1.4.2_04-b05
on Linux
partial server.xml:
factory
org.apache.commons.dbcp.BasicDataSourceFactory
Has anyone else had problems starting applications that use a DBCP
connection pool datasource related to Tomcat's default restart
persistence behavior? I set up a global JNDI datasource in Tomcat
5.5.12 to be used by the iBATIS JPetStore demo application. I found
that every second time I star