Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unzipping WAR File #78

Open
kameshsampath opened this issue Oct 4, 2014 · 2 comments
Open

Unzipping WAR File #78

kameshsampath opened this issue Oct 4, 2014 · 2 comments

Comments

@kameshsampath
Copy link

When i try to unzip the war files using the ark, I see the the permissions are not set recursively the the folders inside the WAR.

The code snippet that I used to unzip is as follows,

ark "ROOT" do
  name "ROOT"
  url "http://localhost/abcd.war"
  path "/opt/local/tomcat-7.0.42/webapps"
  owner "mickey"
  group "mouse"
  strip_components 0
  action :put
end

When the extract happens the ROOT folder is set with proper permissions with right owner and group, but the sub directories under that are not set with right permissions, this is causing the application kind of not started correctly.

@burtlo burtlo added the bug label Oct 29, 2014
@burtlo
Copy link

burtlo commented Oct 29, 2014

Could you get me a war file that I could use to reproduce the issue?

@kameshsampath
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants