On 26 April 2013 18:15, Furkan KAMACI <furkankam...@gmail.com> wrote: > Could anybody help me for my error. When I try to post documents with > post.jar I get that error: [...] > I use that command to post: > java -Durl=http://localhost:8983/solr/update/extract -Dauto -jar post.jar > 523387.pdf
The URL should be http://localhost:8983/solr/update . You have an extra /extract . Actually, if you are running from embedded Jetty, you should be able to skip the -Durl argument. Regards, Gora