Re: tomcat run -security under redhat 7.2 fails

2002-03-29 Thread Olivier Chicha
should be considered as a bug of the tomcat rpm deployement. Olivier. - Original Message - From: "Williams Mark L DLPC" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 5:01 PM Subject: RE: tomcat run -security und

RE: tomcat run -security under redhat 7.2 fails

2002-03-29 Thread Williams Mark L DLPC
You need to add an appropriate permissions entry to your catalina.policy file. On Solaris, the file is in ${catalina.home}/conf. The permission you need to add is permission java.io.FilePermission "/var/tomcat4/conf/server.xml" "read"; It should go into a "grant" section that pertains to