View | Details | Raw Unified | Return to bug 228418
Collapse All | Expand All

(-)www/tomcat85/files/tomcat85.in (-11 lines)
Lines 131-145 Link Here
131
	org.apache.catalina.startup.Bootstrap \
131
	org.apache.catalina.startup.Bootstrap \
132
	${_tomcat_pipe_cmd}"
132
	${_tomcat_pipe_cmd}"
133
133
134
start_precmd="tomcat_prestart"
135
136
tomcat_prestart()
137
{
138
	if [ -r "${_tomcat_catalina_base}/bin/setenv.sh" ]; then
139
		. "${_tomcat_catalina_base}/bin/setenv.sh"
140
	elif [ -r "${_tomcat_catalina_home}/bin/setenv.sh" ]; then
141
		. "${_tomcat_catalina_home}/bin/setenv.sh"
142
	fi
143
}
144
145
run_rc_command "$1"
134
run_rc_command "$1"

Return to bug 228418