You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Marcantonio DelDrago <Ma...@rcomext.com> on 2001/03/15 18:50:37 UTC

Re: problem in using SecurityManager with tomcat

Hi all,

Having tried several times to run tomcat (with apache) using the
SecurityManager,
my idea was simply to set the permissions for running the Tomcat example
servlets and JSP provided.

For that I:

1. Edited server.xml to use Policy:
ContextInterceptor className="org.apache.tomcat.context.PolicyInterceptor"
/>

2. Didn't change the default tomcat.policy (I also have tried to set some
paths but nothing has worked yet)

3. Started tomcat with and without the "-security" option.
 tomcat.sh start -security

and Tomcat doesn't start.


Any ideas?

Thanks,

Marcantonio