I solved the problem by running the Tomcat as a non-root user and it worked.
Thanks, Mk On Tue, Jan 13, 2009 at 5:18 AM, André Warnier <[email protected]> wrote: > Ian Lea wrote: > >> I'd guess the problem is that apache is running under user x and >> tomcat is running under user y, and user x doesn't by default have >> permission to read files created by user y. >> >> Possible solutions include: >> >> Run apache and tomcat as same user >> Play with umask and directory settings >> Download the files via the web application >> ... >> > use ACLs ? > > man setfacl > man getfacl > > If you can get through the documentation and understand something of it, it > is a very fine and precise way to set who can do what where. > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > -- Massoud
