1. Ensure that any user defined CLASSPATH variables are not used on startup
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Jul 2009 00:01:01 +0000 (00:01 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 14 Jul 2009 00:01:01 +0000 (00:01 +0000)
commitca728254edbf5fe4f3404ac0936b06f0e97d717e
treeda9c80aa1e858400e3a6c2b9d81828ee527153e3
parentc3d753abd1b472f08e704422482da989dd0a4aa9
1. Ensure that any user defined CLASSPATH variables are not used on startup
(as is already implemented since rev.303663),
but now allow them to be specified in setenv.sh, in rare case when it is needed.

2. When preparing the CLASSPATH, do not treat the "debug" command specially,
because jdb does not need the tools.jar file.

3. Remove some wrong quotes in tool-wrapper.bat.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@793757 13f79535-47bb-0310-9956-ffa450edef68
bin/catalina.bat
bin/catalina.sh
bin/setclasspath.bat
bin/setclasspath.sh
bin/tool-wrapper.bat
bin/tool-wrapper.sh