vmassol 01/08/13 10:46:20 Modified: cactus/conf/sample/conf/test/share cactus.properties Log: explicitely mentionned that the classpath is the client side classpath! Revision Changes Path 1.3 +3 -3 jakarta-commons/cactus/conf/sample/conf/test/share/cactus.properties Index: cactus.properties =================================================================== RCS file: /home/cvs/jakarta-commons/cactus/conf/sample/conf/test/share/cactus.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cactus.properties 2001/08/02 15:02:32 1.2 +++ cactus.properties 2001/08/13 17:46:20 1.3 @@ -1,8 +1,8 @@ # Configuration file for Cactus. -# Each project using Cactus need to have such a file put in the CLASSPATH -# (Meaning the directory containgin this file should be in the CLASSPATH, not -# the file itself of course ... :) ) +# Each project using Cactus need to have such a file put in the client side +# CLASSPATH (Meaning the directory containgin this file should be in the client +# side CLASSPATH, not the file itself of course ... :) ) # Defines the URLs that will be used by Cactus to call it's redirectors # (Servlet and JSP). You need to specify in these URLs the webapp context
