This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 49270935e19bcab5b7cf7b33f5e4359cdc19f15d Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 8 12:36:01 2014 +0200 Configure Jetty to write the jetty.state file in the /var/lib/jetty8 directory (Closes: #764454) --- debian/changelog | 7 +++++++ debian/jetty8.init | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54fe2ce..dedbc4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jetty8 (8.1.16-3) UNRELEASED; urgency=medium + + * Configure Jetty to write the jetty.state file in the /var/lib/jetty8 + directory (Closes: #764454) + + -- Emmanuel Bourg <[email protected]> Wed, 08 Oct 2014 12:25:14 +0200 + jetty8 (8.1.16-2) unstable; urgency=medium * Fixed an integration issue with the JSP compiler from Tomcat 7 causing an diff --git a/debian/jetty8.init b/debian/jetty8.init index 934b111..2bd7ab8 100644 --- a/debian/jetty8.init +++ b/debian/jetty8.init @@ -108,6 +108,8 @@ JETTY_PORT=8080 # Additional arguments to pass to Jetty JETTY_ARGS= +JETTY_STATE=/var/lib/jetty8/jetty.state + # Extra options to pass to the JVM # Set java.awt.headless=true if JAVA_OPTIONS is not set so the # Xalan XSL transformer can work without X11 display on JDK 1.4+ @@ -187,6 +189,7 @@ export JAVA="$JAVA_HOME/bin/java" JAVA_OPTIONS="$JAVA_OPTIONS -Djava.io.tmpdir=$JETTY_TMP \ -Djava.library.path=/usr/lib -DSTART=$JETTY_START_CONFIG \ -Djetty.home=$JETTY_HOME -Djetty.logs=$LOGDIR \ + -Djetty.state=$JETTY_STATE \ -Djetty.host=$JETTY_HOST -Djetty.port=$JETTY_PORT" # Set the JSP compiler if set in the jetty.default file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

