Sean O'Reilly wrote: > Hi, when starting tomcat-5.5.15 i am getting the following error > > ./catalina.sh: line 220: exec: : not found > > so i looked at line 220 in catalina.sh the content of which is the first > line of the following statement. > > exec "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \ > -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath > "$CLASSPATH" \ -Dcatalina.base="$CATALINA_BASE" \ > -Dcatalina.home="$CATALINA_HOME" \ > -Djava.io.tmpdir="$CATALINA_TMPDIR" \ > org.apache.catalina.startup.Bootstrap "$@" start > fi
What kind of shell is /bin/sh on your machine? Maybe it doesn't have an exec command built-in. Does ./catalina.sh start work? Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
