Chris Hostetter wrote:
: >>1. Which exact version of Resin? Still 3.0.23?

: >2. Just to confirm, you uncommented out the lines in web.xml
: >>mentioned previously?

: Try uncommenting out the lines in the web.xml and see if that fixes
: your problem.

Ken: I'm not very familiar withteh problem you are describing, would you
mind adding a short section about it to the wiki? ..

http://wiki.apache.org/solr/SolrResin



If you are running the trunk version, resin should start fine w/o any changes.

solr1.1 had xml parsing issues (even for resin post 3.0.19)
https://issues.apache.org/jira/browse/SOLR-92

Otherwise, uncomment the "resin 3.0.19" message in web.xml:


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

"com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"/>
  <system-property javax.xml.parsers.SAXParserFactory=

"com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"/>
   -->




Reply via email to