[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Tomcat RAQ550



Eric,
You grant security in the file
/usr/java/jakarta-tomcat-3.2.3/tomcat.policy.
Following is not the exact permission to set but it will give you an idea of
what to search for. I'm taking this from memory so I know it can't be right.

grant {
    permission java.security.AllPermission;
"/home/sites/sitename/web/*","read,write"}

I looked up the exact command and tried it a few weeks ago, but other
problems caused me to delete the site and I removed the command from the
tomcat.policy file.
I believe when I was looking for the exact permissions I went to
http://forum.java.sun.com/ and looked up 'SecurityException', since without
the proper permissions a security exception is thrown.
Regards,
Richard