On Sun, May 17, 2009 at 6:39 PM, Jean-Claude Moissinac<moissi...@enst.fr> wrote:
> Always stuck with the problem
> I can't find security settings which enable cocoon to access to all
> necessary files
>

to solve the problem
I go in
<mypath>/tomcat5.5/conf/policy.d
I modify
04webapps.policy
to add
grant codeBase "file:/usr/share/tomcat5.5/webapps/cocoon.war" {
 permission java.security.AllPermission;
};

yes, I know it's surely too permissive, but I don't find another
setting which works

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to