Why Tomcat need to restart every day?

I would suggest your MySQL connections in the tomcat jdbc connection pool have timed out. Checkout the tomcat docs on connection pool and in particular an sql query to test the connection before its checked out of the pool.

Regards
Rob

1 Like