I searched and searched and didn't really help me post a new question. Ubuntu Server 11.10 Platform - 64 Bit JVM 1.7.0_03 Tomcat 7
There is nothing special in the configuration - the front server is apache using an ajp connector. Tomcat works as an ubuntu service.
On our server, tomcat7 is dying and cannot understand the reason. I checked all the log files (syslog, catalina.out, even auth.log) to find out if there is anything that is logged.
As with the top command server, there is still about 4 GB of free memory, and processor usage averages around 35% in most cases.
To isolate the problem, is there a way to get the exit status code of the tomcat process that is completed?
I read several reports where jvm logging log log log in case of jvm crash. I donβt see this either.
It looks like I need to install ulimit to get a core dump, but I'm not sure how to do this for the tomcat service, or is this a parameter that is valid for all users.
source share