Re: how to run solr in windows & Tomcat5

2006-05-28 Thread tlw_ray
Oh.I'v tried run tomcat with the precompiled solr.war.When visit http://localhost:8080/solr/admin/ always show the page: --- type Exception report message description The

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
thank you Chris Hostetter,I'm fresher in j2ee develop;I write a servlet test;it show package org.apache.solr.servlet; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import org.apache.solr.tst.TestRequestHandler; import org.apache.solr.schema.*; import

how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
I input all the source code in winxp sp2 & tomcat 5 in jBuilder . when I debug the application always throw Exception like : org.apache.solr.core.SolrException: Error loading class 'solr.StandardFilterFactory'... Caused by: java.lang.ClassNotFoundException: ... such as ort.apache.solr.schema.* all