On Mon, Dec 16, 2013 at 10:25 PM, Mark Eggers <its_toas...@yahoo.com> wrote:
> Inline response: > > This is true, but shouldn't be a problem. > > If you're running on a system that has ACL, then you could try the > following: > > cd $CATALINA_BASE > setfacl -n -d -m u::rwx,g::rx,o::- logs > > Read the setfacl / getfacl manual pages for more info. > > To restore (remove the access control lists), run the following: > > cd $CATALINA_BASE > setfacl -b logs > > > . . . just my two cents > /mde/ > > Hey Mark, So the ACL option is a no-go. I'm willing to try your earlier suggestion of the setenv.sh script, however I'm not sure what files Tomcat creates other than log files and PID files that creating this script would affect. Do you have any insight into that? Appreciate all the help! Chris