Re: Sharing Tomcat DBCP connection

2006-09-15 Thread Stanley Bradbury
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

Re: Java databases as alternative to MySQL on OS X Server? (OT)

2005-12-07 Thread Stanley Bradbury
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

Re: Trouble finding Datsource Resource with DataSourceRealm

2005-10-19 Thread Stanley Bradbury
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

Odd problem with Restart Persistence related to DBCP datasource

2005-10-17 Thread Stanley Bradbury
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