You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/07/07 12:21:50 UTC

svn commit: r791782 - /tomcat/current/tc5.5.x/STATUS.txt

Author: kkolinko
Date: Tue Jul  7 10:21:50 2009
New Revision: 791782

URL: http://svn.apache.org/viewvc?rev=791782&view=rev
Log:
comment

Modified:
    tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=791782&r1=791781&r2=791782&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Tue Jul  7 10:21:50 2009
@@ -148,3 +148,16 @@
     I don't like adding tools.jar whenever a JDK is used. The JDK contains additional
     tools relative to the JRE, so I always prefer people to install the JDK even
     when they only use the JDT compiler for Tomcat.
+  kkolinko:
+    It isn't there in 4.1
+    http://svn.apache.org/repos/asf/tomcat/archive/tc4.1.x/trunk/container/catalina/src/bin/
+    > The shift seems to be in ...
+    Yes, that is the shift I am referring to. It is a part of the proposed
+    patch. It isn't there in the current 5.5 and 6.0 *.sh files.
+    > I don't like adding tools.jar whenever a JDK is used.
+    OK, I understand this.
+    My position is that to add or not to add tools.jar is a configuration
+    choice. Thus it is better to have it controllable via setenv.sh
+    (well, even now one can set CLASSPATH there, or add tools.jar to
+    common.loader of catalina.properties - haven't tried the latter)
+    Though we already have a switch that controlls configuration: "-security".



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org