2010/3/4 Florent Georges <li...@fgeorges.org>:
>  Is there a simple way to disable the security manager in order to be sure 
> this is such an issue?

There is a setting somewhere. I do not run Ubuntu and thus do not know
exactly, but it was mentioned several times in the archives of this
list.

At least, you can replace your catalina.policy with
grant {
        permission java.security.AllPermission;
};

Best regards,
Konstantin Kolinko

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

Reply via email to