mirror of https://github.com/apache/lucene.git
add resin version to web.xml comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@394977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b08fd5ad09
commit
26ead39774
|
@ -7,9 +7,9 @@
|
|||
-->
|
||||
<web-app>
|
||||
|
||||
<!-- Uncomment if you are trying to use Resin. Their XML implementation
|
||||
isn't entirely compatible with Xerces. Below are the implementations to use
|
||||
with Sun's JVM.
|
||||
<!-- Uncomment if you are trying to use a Resin version before 3.0.19.
|
||||
Their XML implementation isn't entirely compatible with Xerces.
|
||||
Below are the implementations to use with Sun's JVM.
|
||||
<system-property javax.xml.xpath.XPathFactory=
|
||||
"com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl"/>
|
||||
<system-property javax.xml.parsers.DocumentBuilderFactory=
|
||||
|
|
Loading…
Reference in New Issue