Tomcat database connection pools failing on start-up

Cantor, Scott cantor.2 at osu.edu
Wed Feb 18 11:16:46 EST 2015


On 2/18/15, 4:10 PM, "Wessel, Keith" <kwessel at illinois.edu> wrote:


>
>We're using a Tomcat resource for the database connection pool. Does 
>anyone know of any way to tell Tomcat it can continue running and start 
>the IDP even when a resource like that is unavailable? Or do I just have 
>to tell our sysadmins not to restart the server if the database server is 
>down? :)

I'm surprised Tomcat would care, and it doesn't really know anything about 
pooling, that's just a function of the data source. It's more likely to do 
with the pool configuration itself, I imagine.

>If Jetty handles this situation better, BTW, this could be my excuse to 
>switch. I'm planning on doing that, anyway, for my IDP V3 move later this 
>year. Does anyone know if it does?

I don't really know. I'm not clear what Tomcat's doing with it. Does 
Tomcat itself not start, or is it just the IdP not starting?

-- Scott



More information about the users mailing list