I'm still not exactly clear on why this is the case, but the problem
turned out to be that the extra libs needed to be in my tomcat app's
WEB-INF/lib directory, rather than ${solrhome]/lib. I don't really
understand the distinction between the two, especially since Solr was
reporting that it was l
: Further info: I can make this work if I stay out of tomcat -- I
: download a fresh solr binary distro, copy those five JARs from 'dist'
: and 'contrib' into example/solr/lib/, copy my solrconfig.xml and
: schema.xml, and run 'java -jar start.jar', and it works fine. But
: trying to add those sa
Tomcat needs an explicit parameter somewhere to use UTF-8 text. It's
on the wiki how to do this.
On Fri, Apr 6, 2012 at 4:41 PM, N. Tucker
wrote:
> Further info: I can make this work if I stay out of tomcat -- I
> download a fresh solr binary distro, copy those five JARs from 'dist'
> and 'contri
Further info: I can make this work if I stay out of tomcat -- I
download a fresh solr binary distro, copy those five JARs from 'dist'
and 'contrib' into example/solr/lib/, copy my solrconfig.xml and
schema.xml, and run 'java -jar start.jar', and it works fine. But
trying to add those same JARs to