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:
Yonik Seeley 2006-04-18 16:08:24 +00:00
parent b08fd5ad09
commit 26ead39774
1 changed files with 3 additions and 3 deletions

View File

@ -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=