1. Configuring jetty to work with JDBC datasource stackoverflow.comi have an spring web application (on glassfish server) that use JDBC connection pool. It defined in XML file like this:
|
2. Configuring Jetty 6 to use commons.dbcp datasource stackoverflow.comHi I'm trying to configure Jetty 6.1.26 to use connection pooling and it's giving me a hard time.
I put |
3. Jetty 6 Eclipse Datasource NameNotFoundException stackoverflow.comI 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 ... |