Hi - thanks for the answer;
I found the following line in the description for java.io.FilePermission
indicating that i could have a serious problem in understanding english
(nosarkasm):
>A pathname that ends with "/-" indicates (recursively) all files and
subdirectories contained in that directory. A pathname consisting of the
special token "<<ALL >FILES>>" matches any file.
Is there a difference between "all files and subdirectories" and "any file"?
Nevertheless i'll try every posted solution until tomcat stops ignoring my
settings ;-)
thanks,
J.P.Jarolim
> >...
> >grant codeBase "file:/home/.sites/143/site40/web/-" {
> > permission SocketPermission "localhost:1024-",
"listen,connect,resolve";
> > permission java.util.PropertyPermission "*", "read,write";
> > permission java.io.FilePermission "/home/.sites/143/site40/-",
> >"read,write,delete";
> >
> This is the problem. You need to put the file name, not the path. If
> need to put <<ALL FILES>> if you want to grant access to all file under
> your context, or test.txt if you only want to be able to read that file.
>
> -- Jeanfrancois
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>