[lucene-solr] 01/02: Remove obsolete Resources className directive as it does not work with Tomcat8.

Markus Koschany apo at moszumanska.debian.org
Thu Mar 30 19:56:57 UTC 2017


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

apo pushed a commit to branch master
in repository lucene-solr.

commit 02a1b0e68a97c67864d7747e045233c2b33a1560
Author: Markus Koschany <apo at debian.org>
Date:   Thu Mar 30 19:08:08 2017 +0200

    Remove obsolete Resources className directive as it does not work with Tomcat8.
    
    Closes: #856626
    Thanks: Matthias Liertzer for the report.
---
 debian/solr-tomcat.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/solr-tomcat.xml b/debian/solr-tomcat.xml
index 9d30034..bd9b76a 100644
--- a/debian/solr-tomcat.xml
+++ b/debian/solr-tomcat.xml
@@ -2,10 +2,8 @@
     Context configuration file for the Solr Web App
 -->
 
-<Context path="/solr" docBase="/usr/share/solr/web"
-   debug="0" privileged="true" allowLinking="true" crossContext="true">
-  <!-- make symlinks work in Tomcat -->
-  <Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" />
+<Context path="/solr" docBase="/usr/share/solr/web" privileged="true" crossContext="true">
+  <Resources allowLinking="true"/>
 
   <Environment name="solr/home" type="java.lang.String" value="/usr/share/solr" override="true" />
 </Context>

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



More information about the pkg-java-commits mailing list