diff --git a/heartbeat/tomcat b/heartbeat/tomcat
index f5b6218..fdc67be 100755
--- a/heartbeat/tomcat
+++ b/heartbeat/tomcat
@@ -131,6 +131,9 @@ start_tomcat()
 		return $OCF_SUCCESS
 	fi
 
+	# Remove $CATALINA_PID if it exists
+	rm -f $CATALINA_PID
+
 	#ocf_log debug "catalina.out rotation FLG = ${CATALINA_ROTATE_LOG}"
 	if [ ${CATALINA_ROTATE_LOG} = "YES" ]; then
 		rotate_catalina_out
