remm        2003/12/08 09:28:31

  Modified:    catalina/src/share/org/apache/catalina/startup
                        catalina.properties
  Log:
  - Sync with the main catalina.properties.
  
  Revision  Changes    Path
  1.5       +3 -3      
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- catalina.properties       26 Sep 2003 19:31:16 -0000      1.4
  +++ catalina.properties       8 Dec 2003 17:28:31 -0000       1.5
  @@ -1,10 +1,10 @@
  -##
  +#
   # List of comma-separated packages that start with or equal this string
   # will cause a security exception to be thrown when
   # passed to checkPackageAccess unless the
   # corresponding RuntimePermission ("accessClassInPackage."+package) has
   # been granted.
  
-package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
  
+package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
   #
   # List of comma-separated packages that start with or equal this string
   # will cause a security exception to be thrown when
  @@ -52,4 +52,4 @@
   #     "foo/*.jar": Add all the JARs of the specified folder as class 
   #                  repositories
   #     "foo/bar.jar": Add bar.jar as a class repository 
  -shared.loader=${catalina.home}/shared/classes,${catalina.home}/shared/lib/*.jar
  +shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to