AS EXPECTED this solved the problem. All I had to do was set the file permissions for the file I overwrite. The application is now working just fine. ----- Original Message ----- From: "Steve Ryder" <sry...@jsrsys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, October 01, 2010 5:48 PM
Subject: Re: Tomcat5.5: java.io.FilePermission access denied


Thanks.  I changed the following:
# Use the Java security manager? (yes/no)  2010-10-01--change to no.
TOMCAT5_SECURITY=no

which will cause the following to NOT happen:
if [ "$TOMCAT5_SECURITY" = "yes" ]; then
JAVA_OPTS="$JAVA_OPTS -Djava.security.manager 
-Djava.security.policy=$CATALINA_BASE/conf/catalina.policy"
fi

Thanks.
----- Original Message ----- From: "Caldarale, Charles R" <chuck.caldar...@unisys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, October 01, 2010 1:02 PM
Subject: RE: Tomcat5.5: java.io.FilePermission access denied


From: Steve Ryder [mailto:sry...@jsrsys.com]
Subject: Re: Tomcat5.5: java.io.FilePermission access denied

Since I personally control ALL the jsp files in all
apps on this server, is there some global command
that will allow ALL permissions for JSPs so I don't
have to discover them one by one.

Then just disable the security manager. Look at the Tomcat startup script you're using, and take out the java.security.manager and java.security.policy settings.

- 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


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



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

Reply via email to