[tomcat8] 02/03: Fixed the tomcat8-examples configuration (Closes: #753372)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 17 15:32:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit f5c6c17ed12dfe8ec5729979206e8fa2875d6d06
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 17 16:21:48 2014 +0200

    Fixed the tomcat8-examples configuration (Closes: #753372)
---
 debian/changelog            | 1 +
 debian/context/examples.xml | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0dd2e84..7474884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ tomcat8 (8.0.12-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Refreshed the patches
+  * Fixed the tomcat8-examples configuration (Closes: #753372)
   * No longer create the common/server/shared directories under
     /var/lib/tomcat8, and use a unique lib directory as documented
     upstream since Tomcat 6. The old directories are still supported
diff --git a/debian/context/examples.xml b/debian/context/examples.xml
index c4f7f71..84ff9ca 100644
--- a/debian/context/examples.xml
+++ b/debian/context/examples.xml
@@ -1,2 +1,5 @@
 <Context path="/examples" 
-	docBase="/usr/share/tomcat8-examples/examples" allowLinking="true"/>
+         docBase="/usr/share/tomcat8-examples/examples">
+  <!-- Enable symlinks for the jars linked from /usr/share/java -->
+  <Resources allowLinking="true"/>
+</Context>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list