AW: tomcat.policy Problem

2001-05-01 Thread Daniel Strobl

I tracked the problem down to the codeBase part of a grant Entry. If I add a
grant without a codeBase it works fine. Do you now how to avoid the problem
because I really need the codeBase entry because we have different grants
for different users ( /home/user1, /home/user2 etc)

Thanks for your help

-Ursprüngliche Nachricht-
Von: Daniel Strobl [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 29. April 2001 16:38
An: [EMAIL PROTECTED]
Betreff: tomcat.policy Problem


I'am running Tomcat 3.2 with -security. I have included an entry in
tomcat.policy to grant read, write Permissions from
/webapps/examples/- to /webapps/examples/-, but
Tomcat still gives me an AccessViolation on any JSP and servlet trying to
access (create) a file in /webapps/examples/.
Did I miss to set things in server.xml or do I have to use other directories
than /webapps (maybe Tomcat assigns default Permissions overriding the ones
in tomcat.policy)?

Thanks for your help.

Daniel




tomcat.policy Problem

2001-04-29 Thread Daniel Strobl

I'am running Tomcat 3.2 with -security. I have included an entry in
tomcat.policy to grant read, write Permissions from
/webapps/examples/- to /webapps/examples/-, but
Tomcat still gives me an AccessViolation on any JSP and servlet trying to
access (create) a file in /webapps/examples/.
Did I miss to set things in server.xml or do I have to use other directories
than /webapps (maybe Tomcat assigns default Permissions overriding the ones
in tomcat.policy)?

Thanks for your help.

Daniel