1#!/bin/sh
2JRE_HOME=/usr/lib/jvm/java-1.7.0/
3CATALINA_PID="$CATALINA_BASE/tomcat.pid"
4JAVA_OPTS="${JAVA_OPTS} -Dcldr.home=${CATALINA_BASE}"
5