https://bz.apache.org/bugzilla/show_bug.cgi?id=63279
Felix Schumacher <felix.schumac...@internetallee.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Felix Schumacher <felix.schumac...@internetallee.de> --- It looks like you have a problem with your database or the connection to your database. The stacktraces show, that the jdbc part is hanging. Tomcat can't do anything about that. You should try to use DataSourceRealm instead of JDBCRealm, as the latter uses only one connection to the database, where the former allows the driver to pool connections. This will not help with your flaky db connection, but it will allow the other requests to try another connection while the broken one is paused. All in all this seems to be a problem for the users mailing list and not a bug. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org