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,
> where they used to be 0644
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 necessar
On Tuesday 06 February 2007 09:57, Pid wrote:
> Do you have a SecurityManager running?
>
> Alan Chandler wrote:
> > I have just upgraded my Debian Etch system from tomcat5 to
> > tomcat5.5
Yes - that was the issue - I had turned it off on tomcat5
Thanks
--
Alan Chandler
http://www.chandlerfamily
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 re
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
(java.io.FileP
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
/var/lib/tomcat5.5/webapps/blog/WEB-INF/classes/META-