You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Babcock <ma...@CorMine.com> on 2006/08/21 16:44:59 UTC

Tomcat security Manager

Does anyone know how to get tomcat 5.5 running as a windows service with
security manager enabled?


Re: Tomcat security Manager

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
Mark Babcock wrote:
> Does anyone know how to get tomcat 5.5 running as a windows service with
> security manager enabled?

Open the Tomcat Properties dialog, select the "Java" tab and under "Java 
Options" add the following two lines:

-Djava.security.manager
-Djava.security.policy=C:\Programme\Apache Software Foundation\Tomcat 
5.5\conf\catalina.policy

The second line was wrapped by my mua.
Obviously, you'll have to adjust
C:\Programme\Apache Software Foundation\Tomcat 5.5
to match the location where your Tomcat is installed (or to the place where 
your policy file resides).

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org