remm 2004/09/08 05:56:34 Modified: catalina/src/share/org/apache/catalina/startup catalina.properties Log: - Sync the catalina.properties which is in catalina.jar. Revision Changes Path 1.6 +7 -5 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/catalina.properties Index: catalina.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/catalina.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- catalina.properties 8 Dec 2003 17:28:31 -0000 1.5 +++ catalina.properties 8 Sep 2004 12:56:34 -0000 1.6 @@ -21,20 +21,22 @@ # # List of comma-separated paths defining the contents of the "common" # classloader. Prefixes should be used to define what is the repository type. -# Path may be relative to the CATALINA_HOME path or absolute. If left as blank, -# the JVM system loader will be used as Catalina's "common" loader. +# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute. +# If left as blank,the JVM system loader will be used as Catalina's "common" +# loader. # Examples: # "foo": Add this folder as a class repository # "foo/*.jar": Add all the JARs of the specified folder as class # repositories # "foo/bar.jar": Add bar.jar as a class repository -common.loader=${catalina.home}/common/classes,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar +common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar # # List of comma-separated paths defining the contents of the "server" # classloader. Prefixes should be used to define what is the repository type. -# Path may be relative to the CATALINA_HOME path or absolute. If left as blank, -# the "common" loader will be used as Catalina's "server" loader. +# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute. +# If left as blank, the "common" loader will be used as Catalina's "server" +# loader. # Examples: # "foo": Add this folder as a class repository # "foo/*.jar": Add all the JARs of the specified folder as class
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]