Replies: 1 comment
-
|
I don't think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run my application's container as a non-root user (id
1000) I get the error below on startup. I couldn't find any documentation on the best solution for this. I guess achmod 777 /usr/local/tomcat/webapps/isn't a great solution. I found some comments on the Internet (Stackoverflow etc) indicating changing ownership of the whole Tomcat Home folder (chown -R 1000 /usr/local/tomcat/) which I don't know if would be the best approach.What the maintainers indicate?
Beta Was this translation helpful? Give feedback.
All reactions