Always stuck with the problem I can't find security settings which enable cocoon to access to all necessary files
On Thu, May 14, 2009 at 6:31 PM, Jean-Claude Moissinac <[email protected]> wrote: > 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 > -- -- Jean-Claude Moissinac Signal and Image processing - Multimedia Group TELECOM ParisTech FRANCE E-mail: [email protected] Tel: (+33) 1.45.81.80.88 Fax: (+33) 1.45.81.71.58 http://videotoile.blogspot.com http://svgmpeg4.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
