glad you got things worked out. I don't use tomcat, so I can't be too
much use. Check:
http://wiki.apache.org/solr/SolrTomcat
and also feel free to include any tips to help others as well.
One more question: Does tomcat have anywhere to place the library shared by
all application? This is quite troublesome to copy the xml jar file among
the applications...
*I also changed the security setting in tomcat, which were reported by the
debian user. If you using debian and ubuntu and encounter security problem,
please refer to the debian and ubuntu package for the 05solr.policy file
structure as well as the catalina.policy
** Also please someone kindly put those library in the system requirement/
wiki FAQ. That save a lot of people and forum resources if all library used
is listed properly (with links) - newly build tomcat server have nothing...
Finally Thank you a lots!
ryantxu wrote:
Vinci wrote:
Hi all,
after several hour I make the solr works a little bit: the jetty version
works, but the tomcat version doesn't.
To me it looks like the xml parser is not loading properly... check the
last line of your trace.
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed
to
create an XPathFactory for the default object model:
http://java.sun.com/jaxp/xpath/dom with the
XPathFactoryConfigurationException:
javax.xml.xpath.XPathFactoryConfiguration
I'm not sure how that is configured in tomcat though...