CVS jetty/debian
Philipp Meier
llucifer-guest at haydn.debian.org
Fri Sep 23 11:26:59 UTC 2005
Update of /cvsroot/pkg-java/jetty/debian
In directory haydn:/tmp/cvs-serv3390
Modified Files:
changelog jetty.default jetty.init
Log Message:
* New release 5.1.5rc1-5
--- /cvsroot/pkg-java/jetty/debian/changelog 2005/09/02 13:37:01 1.6
+++ /cvsroot/pkg-java/jetty/debian/changelog 2005/09/23 11:26:59 1.7
@@ -1,3 +1,17 @@
+jetty (5.1.5rc1-5) unstable; urgency=low
+
+ Patch from Oyvind Harboe <oyvind.harboe at zylin.com>:
+
+ * increased default amount of memory available to 256Mbyte.
+ the advantage of having more heap available is that more
+ applications will be able to run without modification to
+ the standard Jetty configuration.
+ * added -Djava.library.path=/usr/lib to VM arguments. This is
+ requried to make e.g. the librxtx-java package work.
+ * Closes: #32960.
+
+ -- Philipp Meier <meier at fnogol.de> Thu, 22 Sep 2005 16:13:16 +0200
+
jetty (5.1.5rc1-4) unstable; urgency=low
Patch from Oyvind Harboe <oyvind.harboe at zylin.com>:
--- /cvsroot/pkg-java/jetty/debian/jetty.default 2004/11/05 21:24:21 1.1.1.1
+++ /cvsroot/pkg-java/jetty/debian/jetty.default 2005/09/23 11:26:59 1.2
@@ -1,3 +1,4 @@
# Defaults for jetty see /etc/init.d/jetty for more
-#JAVA_OPTIONS="-Xmx64m -Djava.awt.headless=true -Djava.io.tmpdir=$JETTY_TMP"
-
+#JETTY_TMP=/var/cache/jetty
+#JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true \
+# -Djava.io.tmpdir=$JETTY_TMP -Djava.library.path=/usr/lib"
--- /cvsroot/pkg-java/jetty/debian/jetty.init 2005/09/02 13:37:01 1.4
+++ /cvsroot/pkg-java/jetty/debian/jetty.init 2005/09/23 11:26:59 1.5
@@ -62,7 +62,10 @@
# 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+
if [ -z "$JAVA_OPTIONS" ]; then
- JAVA_OPTIONS="-Xmx64m -Djava.awt.headless=true -Djava.io.tmpdir=$JETTY_TMP"
+ JAVA_OPTIONS="-Xmx256m \
+ -Djava.awt.headless=true \
+ -Djava.io.tmpdir=\"$JETTY_TMP\" \
+ -Djava.library.path=/usr/lib"
fi
export JAVA_OPTIONS
More information about the pkg-java-commits
mailing list