Attribute-Resolver --- Database

Cantor, Scott cantor.2 at osu.edu
Tue Jan 3 19:29:43 EST 2017


On 1/3/17, 7:20 PM, "users on behalf of Y Levine" <users-bounces at shibboleth.net on behalf of ylevine20 at gmail.com> wrote:

> Could anyone share how they did it? My guess it is not via DBCP.

I used DBCP for many years with both Jetty and Tomcat, and doing so is not really a matter for this list, but you shouldn't need to be using container managed connections anymore.

We offer support for that with Spring now and that's how you should define data sources. For one thing, using the container requires putting the driver into the container classpath, which is just one more hassle to manage separately from the IdP.

-- Scott




More information about the users mailing list