Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 63744 invoked from network); 2 Oct 2010 02:27:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 02:27:41 -0000 Received: (qmail 39670 invoked by uid 500); 2 Oct 2010 02:27:38 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 39547 invoked by uid 500); 2 Oct 2010 02:27:37 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 39530 invoked by uid 99); 2 Oct 2010 02:27:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 02:27:37 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [71.74.56.122] (HELO hrndva-omtalb.mail.rr.com) (71.74.56.122) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 02:27:32 +0000 X-Authority-Analysis: v=1.1 cv=iGF3DqghDyT/uy4mV2LvOKNXCATMSjL+tOl9cucoGVk= c=1 sm=0 a=1K_8TkQogfkA:10 a=8nJEP1OIZ-IA:10 a=oI39oueyxUvJF95NAEapFg==:17 a=I9a_KNu7AAAA:8 a=mV9VRH-2AAAA:8 a=I3wuSmoYAAAA:8 a=cvgInk4kJLws30iRyFUA:9 a=qDgQWjUwu8MD1GBJp7EA:7 a=_5T_ML4u2VcnIa6ILyYwvyYZbQ0A:4 a=wPNLvfGTeEIA:10 a=p_du_2CGyi8A:10 a=6yjH2xde6bYA:10 a=oI39oueyxUvJF95NAEapFg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 24.27.17.45 Received: from [24.27.17.45] ([24.27.17.45:3366] helo=JSR2006) by hrndva-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id FC/FD-27923-A7896AC4; Sat, 02 Oct 2010 02:27:06 +0000 Message-ID: <07C72ACB23004680A6F841B5D2B93875@JSR2006> From: "Steve Ryder" To: "Tomcat Users List" References: <9AE93C7F94494E75B9D008A0D92CF323@JSR2006> <99C8B2929B39C24493377AC7A121E21F99EBDE669D@USEA-EXCH8.na.uis.unisys.com> <99C8B2929B39C24493377AC7A121E21F99EBDE680F@USEA-EXCH8.na.uis.unisys.com> Subject: Re: Tomcat5.5: java.io.FilePermission access denied Date: Fri, 1 Oct 2010 21:26:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 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" To: "Tomcat Users List" 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" > To: "Tomcat Users List" > Sent: Friday, October 01, 2010 1:02 PM > Subject: RE: Tomcat5.5: java.io.FilePermission access denied > > >> From: Steve Ryder [mailto:sryder@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-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org