Re: file permission problem SOLVED

2017-12-19 Thread Chris Cheshire
On Mon, Dec 18, 2017 at 1:11 PM, Chris Cheshire wrote: > Since moving from a yum controlled installation of tomcat and starting > tomcat via jsvc I have a problem with permissions of uploaded files. > > Now all files that are written by tomcat have permissions of 0600, >

file permission problem

2017-12-18 Thread Chris Cheshire
Since moving from a yum controlled installation of tomcat and starting tomcat via jsvc I have a problem with permissions of uploaded files. Now all files that are written by tomcat have permissions of 0600, where they used to be 0644. I need the to be group readable, world readable is not

Re: File permission problem not understood

2007-02-06 Thread Pid
Do you have a SecurityManager running? Alan Chandler wrote: I have just upgraded my Debian Etch system from tomcat5 to tomcat5.5 Now when I start my applications I am getting the following javax.servlet.ServletException: Unable to initialize application servlet: access denied

Re: File permission problem not understood

2007-02-06 Thread David Smith
java.security.AccessControlException: access denied (java.io.FilePermission /var/lib/tomcat5.5/webapps/blog/WEB-INF/classes/META-INF/hivemodule.xml read) This line (above) would indicate you have the security manager running. To fix this, you'll need to adjust conf/catalina.policy to allow

File permission problem not understood

2007-02-05 Thread Alan Chandler
I have just upgraded my Debian Etch system from tomcat5 to tomcat5.5 Now when I start my applications I am getting the following javax.servlet.ServletException: Unable to initialize application servlet: access denied (java.io.FilePermission