-
Notifications
You must be signed in to change notification settings - Fork 18
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
Running using readonly file system #47
Comments
you should be able to run the script |
Nice, this indeed helped - but now I am facing new Jetty issue - maybe you can help with that also? I am far from Jetty expert :)
|
You will still need a writeable temp directory for your WebAppContext. The servlet spec says
|
This is an issue for the main jetty repository https://github.com/eclipse/jetty.project so feel free to reopen this there, but I think this could break a bunch of servlet features. |
@lachlan-roberts I actually think this would be a good feature to have. The need for a writable temp directory is part of the standard, but we have lots of non-standard modes of deployment. @omerlh In the mean time, you could deploy using a context.xml file that creates a ServletContextHandler instead of a WebAppContext. |
I am trying to run the container using
readOnlyRootFilesystem
set to true, and get the following error:Is there a way to generate
jetty.start
somehow so I could still use readonly filesystem?The text was updated successfully, but these errors were encountered: