Announce: Database Backed Storage Service
Cantor, Scott
cantor.2 at osu.edu
Tue Oct 1 16:12:58 EDT 2013
On 10/1/13 4:09 PM, "Paul Hethmon" <paul.hethmon at clareitysecurity.com>
wrote:
>
>I can tell you how I handle it. I use the Tomcat container managed
>connections, because I get better pool management from it. I then put my
>hibernate.properties in the Tomcat lib directory. So all DB configuration
>is done at the Tomcat level, not the webapp level. The
>hibernate.properties essentially just becomes a pointer to the container
>managed stuff. If I have data resolvers that use a RDMS, I use the syntax
>to point them directly at the container managed connection.
I'd add that you can make aacli work at the same time by creating a
parallel version of the resolver config that uses app pools with the same
definitions otherwise.
-- Scott
More information about the users
mailing list