You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Daniel Strobl <Da...@t-online.de> on 2001/05/03 17:33:05 UTC

grant - codeBase Problem??

I use tomcat with security. And I want to assign FilePermissions on
different directories for different users /home/user1 /home/user2. Each user
should have permission to write his own directory.
Unfortunally it seems that the codeBase part of an grant section does not
work. If I granted FilePermission to a directory without codeBase set it
works. With codeBase set it does not work.
Is there anything to know about how Tomcat needs grant entries or did I miss
to configure something?
If you need my policy file I will post it.

Thanks for your help

Daniel


AW: grant - codeBase Problem?? - the Answer

Posted by Daniel Strobl <Da...@t-online.de>.
Just in case sombody is interested in the answer, i found it. And thanks for
never replying to my messages (3 of them)


-----Ursprüngliche Nachricht-----
Von: Daniel Strobl [mailto:Daniel.Strobl@t-online.de]
Gesendet: Donnerstag, 3. Mai 2001 17:33
An: tomcat-user@jakarta.apache.org
Betreff: grant - codeBase Problem??


I use tomcat with security. And I want to assign FilePermissions on
different directories for different users /home/user1 /home/user2. Each user
should have permission to write his own directory.
Unfortunally it seems that the codeBase part of an grant section does not
work. If I granted FilePermission to a directory without codeBase set it
works. With codeBase set it does not work.
Is there anything to know about how Tomcat needs grant entries or did I miss
to configure something?
If you need my policy file I will post it.

Thanks for your help

Daniel