: Is it Parse error or tomcat not find "jeasy.analysis.MMAnalyzer"
it's a problem parsing your schema.xml, because it can't find the analyzer class. : winxp + tomcat 6+ java 1.6, it work well. : : now i use freebsd6+tomcat 6+java 1.5_07(i recompiled solr.war) if it works in windows with java 1.6, i can't imagine why it wouldn't work on freebsd with java 1.5 ... my only guess is that it is an environment problem, something is difference between the two setups about where/how you are getting the jar into the classpath. did you try putting the jar containing your analyzer in the solr/lib directory instead of explicitly including it in your classpath or recompiling the solr.war? ... thta should work on any appserver in any os. -Hoss