Chuck, 

Thanks for the reply. That did the trick. 



Thanks again! 

-Dan 




----- Original Message ----- 
From: "Charles R Caldarale" <chuck.caldar...@unisys.com> 
To: "Tomcat Users List" <users@tomcat.apache.org> 
Sent: Tuesday, February 3, 2009 3:28:49 PM GMT -05:00 US/Canada Eastern 
Subject: RE: Tomcat startup issue 

> From: da...@comcast.net [mailto:da...@comcast.net] 
> Subject: Tomcat startup issue 
> 
> I've opened "Apache Tomcat Properties", selected the Startup 
> tab and appended -security to start 

That's wrong; the -security option is for the startup.bat (and catalina.bat) 
scripts, not for the Bootstrap class.  Undo what you did, then use the 
tomcat5w.exe program in Tomcat's bin directory (not the Windows services 
snap-in), go to the Java tab, and enter this in Java Options: 

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

(All on one line, of course.)  Not sure if you need quotes around the value; I 
try to avoid having spaces in path names, for fairly obvious reasons. 

 - Chuck 


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers. 

--------------------------------------------------------------------- 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org 
For additional commands, e-mail: users-h...@tomcat.apache.org 

Reply via email to