Re: Still having indexing problems

2007-05-11 Thread Chris Hostetter
: Java -jar post.jar http://localhost:8983/solr/update solr.xml : monitor.xml : as in the examples on the tutorial, but post.jar cannot be found... the tutorial on the website is the most current tutorial for the most current development builds ... please refer to the tutorial included with the

Re: Still having indexing problems

2007-05-11 Thread Yonik Seeley
On 5/11/07, Gary Browne <[EMAIL PROTECTED]> wrote: Hello I have tried indexing the example files using the Jetty method, rather than Tomcat, which still didn't work. I would prefer to use my Tomcat URL. After starting jettty, I issued Java -jar post.jar http://localhost:8983/solr/update solr.x

Still having indexing problems

2007-05-11 Thread Gary Browne
Hello I have tried indexing the example files using the Jetty method, rather than Tomcat, which still didn't work. I would prefer to use my Tomcat URL. After starting jettty, I issued Java -jar post.jar http://localhost:8983/solr/update solr.xml monitor.xml as in the examples on