Re: Controlling permissions when creating directories

2013-07-30 Thread sderrick
; To: sderrick lt;sc...@tnstaafl.netgt; Date: 07/30/2013 08:52 AM Hi Scott, Try following 1. Stop the services 2. Set the umask to 002. Command for the same is umask 022 3. Start the services

Controlling permissions when creating directories

2013-07-29 Thread sderrick
I am using tomcat7, on centOS6 The app crates a folder, uploads a file to the folder, processes the file and then provides a download link to the resulting file. All this works fine on a tomcat7 server running on my desktop machine. Running tomcat7 on the server, its broke. I create the