Hello! What Gora says is valid. Just point the SimplePostTools to the correct host, core name and handler and it should work just fine, of course if Solr is up and running. For example the following works just fine with Solr running on 8080:
java -Durl=http://localhost:8080/solr/collection1/update -jar post.jar *.xml -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > (a) I am not using jetty, I am using tomcat as mentioned in the subject line > (b) I am using some other port number and that I have included in the url > On Monday, January 28, 2013, Gora Mohanty <g...@mimirtech.com> wrote: >> On 28 January 2013 16:11, Neha Jatav <neha.ja...@gmail.com> wrote: >>> Dear Gora Mohanty, >>> >>> I am not using <solr-url> literally. I am using the localhost url slash >>> solr. >> >> Again, please read the documentation. As mentioned earlier: (a) You >> do not need -Durl=... if using built-in Jetty, (b) and the URL should > include >> the 8983 port number. >> >> Regards, >> Gora >>