nla / jvmctl

Java app deployment tool
MIT License
1 stars 1 forks source link

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

Open ato opened 9 years ago

ato commented 9 years ago

This change conflicts with our model of a read-only jetty base directory: https://github.com/eclipse/jetty.project/commit/837a36e3ec6d5bf8a5370d130a8eb4fe9217d251

A second commit makes the properties file path configurable https://github.com/eclipse/jetty.project/commit/aca2aa56adf8319523e81d96b31a71eb1f30da14

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: