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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to