tomcat down? ps -ef | grep tomcat
See if you tomcat is running.
examine /opt/zimbra/tomcat/logs/catalina.out to see why tomcat may have stopped.
If tomcat is indeed running, then it is time to see if for some reason tomcat may have deadlocked. So if process is running, and telnet ot ports 7025 and 7143 hangs, please do a kill -3 on the tomcat JVM process, and post the stack trace dumped to catalina.out. |