660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordosjava.util.logging.config.file=&{launcher.project.location}/conf/logging.properties
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.install.location=&{launcher.install.location}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.working.location=&{launcher.working.location}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.project.location=&{launcher.project.location}
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# This property allows to access mores service and relax some security setting.
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# Don't use it if you are running in production mode.
f5908f0beda7b53325a52e5ea2266000bce2fe41Andi Egloff# Example bootstrap setting to set on command line or in this file
b683933fe7e4ad95f531714fe6f3773a2efd2ca9Laszlo Hordos# To disable the JSON file monitoring you need to uncomment this line
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# To disable the persisted configuration store set this property to false.
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# This will store the configurations only in memory.
284c3c775bdd1d0ec4388ba5c4bf0765c68dfe3fAndi Egloff# Disable the check for Quartz updates
6155227efe341d4fda611b61a3384d9262495f0cAndi Egloff# Force Jetty to use a logger and not system out
6155227efe341d4fda611b61a3384d9262495f0cAndi Eglofforg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
20a4e85fbf2f76c43a750edb205ad4082d0591f0Jason Lemay# Enables/Disables setting of the transaction id via the transaction id http header.