RE: How to use -security when running as a service under Windows.

2005-11-03 Thread Ken Pawliw
t.exe is just calling catalina.bat? Andoni. - Original Message - From: Ken Pawliw Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Thursday, November 03, 2005 3:06 PM Subject: RE: How to use -security when running as a service under Windows. Thanks to Bill Barker who supplied me

RE: How to use -security when running as a service under Windows.

2005-11-03 Thread Ken Pawliw
Thanks to Bill Barker who supplied me with this advice a couple of weeks ago... Actually, what you need to do is to add to the Java Options section: -Djava.security.manager -Djava.security.policy==C:\path\to\tomcat\conf\catalina.policy If you look in catalina.bat, you will see that this is wh

Starting Tomcat with the Security Manager in Windows

2005-10-23 Thread Ken Pawliw
Hi, I'm new to Tomcat and have run into a problem that probably has a very simple solution. I'm running Tomcat 5.5.7 on Windows XP and want to start Tomcat with the security manager enabled. The documentation states the following: Starting Tomcat With A SecurityManager Once you have configured the