Many users of this commynity have experienced a GC Overhead error in Tomcat. The main problem as consequence of it is that Tomcat stops working (does not handle http request anymore) and there is no other way that restart the Tomcat server.
The question is: - is it possible to keep Tomcat running after a GC Overhead event without restart it? Ok, the request generating the GC Overhead can be lost, but the further requests? They are no longer served until the restart of the server..
Or an alternative could be to restart automatically (or make the Tomcat process crash and close) after a GC Overhead event.
Is there a monitoring tool to check Tomcat responsiveness?
Thank you for any help.