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
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
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