Yes, this is with the Jetty that comes with Solr. Right now I'm just familiarizing myself with everything.
smithde ~>uname -a Linux smithde 2.6.19-ARCH #1 SMP PREEMPT Thu Jan 11 20:08:17 CET 2007 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux smithde ~>java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) /dev -----Original Message----- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 12:52 AM To: solr-user@lucene.apache.org Subject: Re: Custom Tokenizer : to develop and build the factory and tokenizer. However, when I start : solr up, I get a stack trace, that says "java.lang.NoClassDefFoundError: : org/apache/solr/analysis/BaseTokenizerFactory" That's really confusing. : : Any thoughts on what I'm missing/doing wrong? based on your stack trace, this is with Jetty right? ... this is very strange, i definitely tested the whole "plugin lib" thing under Jetty when i worked on it... http://issues.apache.org/jira/browse/SOLR-68 ..can you verify which version of jetty you are using (ie: is it the example install from Solr?) and what OS and JVM you are running? -Hoss