To manage this problem, i have found the file
04webapps.policy
in the directory
<mypathtotomcat>/tomcat6/conf/policy.d
and add the lines
permission java.util.PropertyPermission "org.apache.cocoon.settings",
"read";
permission java.util.PropertyPermission "user.home", "read";
It changes the result, but not resolve the problem
I always have an exceuption on
java.util.PropertyPermission * read,write
and open the read and write to * seems to me a bit dangerous
But, if I do it, I have always exceptions...
Standard security on Tomcat6 seems to block a lot of things necessary
for Cocoon to work
I will continue to investigate, but I suspect a lot of users of Cocoon
will have similar problems in the future
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]