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.FileP
ity.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
> 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
>
ssage -
From: "Caldarale, Charles R"
To: "Tomcat Users List"
Sent: Friday, October 01, 2010 11:59 AM
Subject: RE: Tomcat5.5: java.io.FilePermission access denied
From: Steve Ryder [mailto:sry...@jsrsys.com]
Subject: Tomcat5.5: java.io.FilePermission access denied
I have
> From: Steve Ryder [mailto:sry...@jsrsys.com]
> Subject: Tomcat5.5: java.io.FilePermission access denied
> I have changed Linux permissions for Data to 377.
If I'm reading that correctly, that means the owner can write but not read, and
everyone else can read and write. So
Tomcat5.5: java.io.FilePermission access denied:
When I added the code on 02-08 it fixed the SocketPermission and
PropertyPermission exceptions for my servlets. What am I doing wrong that
I now get FilePermission exceptions.
I have changed Linux permissions for Data to 377. Still get error