DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13942>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13942

Modification of catalina.sh for additional CLASSPATH





------- Additional Comments From [EMAIL PROTECTED]  2002-11-15 17:59 -------
All things considered, it probably would make more sense to flip 
things around and append, instead of prepend, the information. Thus,

 if [ x"$AUX_CLASSPATH" != "x" ]; then
   CLASSPATH="$CLASSPATH":${AUX_CLASSPATH}
 fi

would be better so that stuff set by setclasspath.sh takes precedence.

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to