升级Tomcat版本 6.0.41
diff --git a/tomcat-uidm/conf/catalina.properties b/tomcat-uidm/conf/catalina.properties
index 4cb90ce..0d9afc7 100644
--- a/tomcat-uidm/conf/catalina.properties
+++ b/tomcat-uidm/conf/catalina.properties
@@ -19,7 +19,8 @@
 # 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.,sun.beans.

+package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,\

+org.apache.naming.resources.,org.apache.tomcat.,sun.beans.

 #

 # List of comma-separated packages that start with or equal this string

 # will cause a security exception to be thrown when

@@ -30,7 +31,8 @@
 # by default, no packages are restricted for definition, and none of

 # the class loaders supplied with the JDK call checkPackageDefinition.

 #

-package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.

+package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\

+org.apache.jasper.,org.apache.naming.,org.apache.tomcat.

 

 #

 #