Re: Web demo example: Errors from Tomcat startup

2002-02-10 Thread Don Gilchrest - Sun Microsystems
D'oh! Thanks for pointing out that Ian! I looked at the demo instructions again more closing and noticed that Andy had specified ".." as the last argument: java -verbose org.apache.lucene.demo.IndexHTML -create -index {index} .. The command succeeds that way. thanks again, -don (embarrassed)

Re: Web demo example: Errors from Tomcat startup

2002-02-08 Thread Don Gilchrest - Sun Microsystems
Hi Andy, Thanks for clarifying the demo instructions! Now, what about the NPE that Ken Munro cited (included below)? I'm encountering this too: dpg% cd $TOMCAT_HOME/webapps/ dpg% java -verbose org.apache.lucene.demo.IndexHTML -create -index /opt/lucene/index ... [Loaded java.io.RandomAccessFi

Web demo example: Errors from Tomcat startup

2002-02-06 Thread Don Gilchrest - Sun Microsystems
Hi, I'm going through the Lucene 'Getting Started" Guide and am up to creating the index for the Web app. After copying lucene-1.2-rc3/luceneweb.war to $TOMCAT_HOME/webapps, the following errors are reported when I startup Tomcat (v3.2.1): XmlMapper: Can't find resource for entity: -//Sun Micro