Have been dealing with a new java.security error when a new servlet runs.
the error is:
06/01/2011 09:51:48 AM HTTP JVM: java.security.AccessControlException: Access denied (java.util.PropertyPermission http.keepAlive write): Access denied (java.util.PropertyPermission http.keepAlive write)
We have tried adjustments to the java.policy file, including granting the java.util.PropertyPermission of keepAlive read, write.
Anyone else seen this or have a fix?