ocf_log err "Your configured status URL specifies a port ($port), but the server does not have a connector listening to that port in $CATALINA_BASE/conf/server.xml"
rc=$OCF_ERR_INSTALLED
fi
fi
if ocf_is_true ${CATALINA_ROTATE_LOG}; then
if [ ! -x "$ROTATELOGS" ]; then
ocf_log err "rotatelogs command does not exist."
rc=$OCF_ERR_INSTALLED
fi
fi
return $rc
}
# As we stop tomcat, it removes it's own pid file...we still want to know what it was