Hi,

> 1. Edited server.xml to use Policy:
> <ContextInterceptor className="org.apache.tomcat.context.PolicyInterceptor" />
> 2. Edited tomcat.policy
> 3. Started tomcat with the "-security" option.
>    >> tomcat.sh start -security

Are you sure you granted the right permission the the right codebase ?

It is very important to have TOMCAT_HOME set before running the server,
the code to detect it will guess something like "bin/.." - which is not
good for the policy file ( it expects full paths ).

Having the PolicyInterceptor is critical - AFAIK the "-security" option is
not needed ( PolicyInterceptor can do that for you ).

If you did set TOMCAT_HOME to the full path and still doesn't work you can
send the policy file fragment, I can take a look.
 

Costin 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to