jetty « DataSource « Java Database Q&A





1. Configuring jetty to work with JDBC datasource    stackoverflow.com

i have an spring web application (on glassfish server) that use JDBC connection pool. It defined in XML file like this:

<resources>
    <jdbc-connection-pool allow-non-component-callers="true" associate-with-thread="true"
    ...

2. Configuring Jetty 6 to use commons.dbcp datasource    stackoverflow.com

Hi I'm trying to configure Jetty 6.1.26 to use connection pooling and it's giving me a hard time. I put commons-dbcp-1.4.jar, commons-pool-1.5.6.jar and mysql-connector-java-5.1.16 in my Jetty/lib/ext folder. I also added references to ...

3. Jetty 6 Eclipse Datasource NameNotFoundException    stackoverflow.com

I try to configure a Datasource for a Jetty 6 Server in my Eclipse Project. I include the common-dbcp-1.4.jar, commons-pool-1.5.6.jar, jetty-naming-6.1.14.jar and the jetty-plus-6.1.11.jar in my lib folder. Here is the jetty-env.xml from ...