jQuery in Action, 2nd edition
The moose likes Linux / UNIX and the fly likes webapp permissions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "webapp permissions" Watch "webapp permissions" New topic
Author

webapp permissions

Angel Dobbs-Sciortino
Ranch Hand

Joined: Sep 10, 2003
Posts: 101
I am working on a project where a few developers should be able to upload our web application to Tomcat's webapp directory using scp. Each developer is in the same default group. The problem is that when the webapp is uploaded, it sets the file permissions to read-only for the group. Is there a way to make it automatically set the file permissions to read and write for the group without using chmod after the fact? We are using SuSE 9.1.

Angel
Adrian Yan
Ranch Hand

Joined: Oct 02, 2000
Posts: 688
Try the umask command, it sets the mode when a file is created.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: webapp permissions
 
Similar Threads
getting unix like file information the java way
vista file permissions
linux file permissions
log4j and file permissions
Java code for giving write permission to group(775)