Hello, I'm trying to assign different permission to some jsp pages in my application, but i cant' getting to work.
I'm using tomcat 5.5. My application is in /home/dev/cc/cc and has 2 folders main and user. I'm trying to give diffrent permission to the jsps pages in main and user. In catalina.policy file I'm writing grant codeBase "file:/home/dev/cc/cc/main/-" { permission java.io.FilePermission "/home/dev/cc/cc/main/log.txt", "read"; }; grant codeBase "file:/home/dev/cc/cc/user/-" { permission java.io.FilePermission "/home/dev/cc/cc/user/log.txt", "read"; }; Does anyone has a working .policy files where different permissions are assigned to different jsp pages? Regards, Aurelian __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]