Has anyone had any success running cocoon 1.8.2 under a java security manager? cocoon 1.8.2 tomcat 3.2.2 jdk 1.3.0 All of cocoon jars are installed in the tomcat/lib directory which has ALL java security permissions. The test site has a cocoon context pointing to the cocoon directory within the site's root directory hierarchy. The java permissions for the test site has full file.io (r,w,d) permissions from the root directory on. I have the samples loaded. I run a few samples and everything is fine. Then I run an app that had to be compiled into a class. When that class is loaded, I'm getting file permission read errors on a file that this class reads to do it's thing. This file is within the root hierarchy. I am stumped. Does anyone know what's up here? The repository which is where the generated class file resides is within the root hierarchy. Does anyone know what code base these created classes run under? I know it's not within the root hierarchy since I tried giving it all permissions to with no success. If I disable the security manager or put an all permissions to all, then everything works fine. Thanks Much. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>