Mark Thomas wrote: > Alan wrote: >> Thanks Mark, let's deal by parts: > > OK. I've reproduced it. It is happening with 1.6.0_14 and 1.6.0_16 JVMs > but not a 1.6.0_00 JVM. > > The latest 1.5 JVM seems OK too. > > Time to check the release notes. I'll hopefully have a workaround (other > than using Java 1.5) shortly.
Still not clear why it is required for later JVM versions but adding the the following permission to tomcat-juli.jar fixes it for me. permission java.lang.RuntimePermission "setContextClassLoader"; I'll get this into trunk and proposed for 6.0.x and 5.5.x Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org