Better way to set unix permissions when deploying war file
Posted
by Chris G
on Stack Overflow
See other posts from Stack Overflow
or by Chris G
Published on 2010-04-13T15:20:02Z
Indexed on
2010/04/13
15:23 UTC
Read the original article
Hit count: 365
We have a vendor application where we download their updates and deploy a war file. We are deploying the war file on a unix application server running oracle application server 9i. I believe when we deploy the war file, we remove the previous install and then deploy the new war file. When we deploy the war file, sometimes we have to manually set the unix file permissions for the class and other files. We do this so all the unix user ids can run the processes they need. Is there a better way to do this?
© Stack Overflow or respective owner