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

Jetty 9.3.3+ tries to write start properties file to jetty.base dir #3

Open
ato opened this issue Sep 13, 2015 · 0 comments
Open

Jetty 9.3.3+ tries to write start properties file to jetty.base dir #3

ato opened this issue Sep 13, 2015 · 0 comments

Comments

@ato
Copy link
Member

ato commented Sep 13, 2015

This change conflicts with our model of a read-only jetty base directory:
jetty/jetty.project@837a36e

A second commit makes the properties file path configurable
jetty/jetty.project@aca2aa5

So probably our best bet is to specify a path in /var/run/. Presumably older versions of Jetty error when given that argument though so we'll have to gate it on jetty version somehow.

Workarounds for now either:

  • Use a version of Jetty prior to this change
  • Manually make jetty base directory writable by the user the application is running as.
@ato ato changed the title Jetty 9.2.4+ tries to write start properties file to jetty.base dir Jetty 9.3.4+ tries to write start properties file to jetty.base dir Sep 13, 2015
@ato ato changed the title Jetty 9.3.4+ tries to write start properties file to jetty.base dir Jetty 9.3.3+ tries to write start properties file to jetty.base dir Sep 13, 2015
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

1 participant