[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Tomcat RAQ550
- Subject: Re: [cobalt-users] Tomcat RAQ550
- From: Richard Green <rgreen@xxxxxxxxxxxxx>
- Date: Mon Oct 21 14:17:14 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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