Shalin Shekhar Mangar wrote:
> 
> On Sat, Feb 27, 2010 at 5:22 PM, Suram <reactive...@yahoo.com> wrote:
> 
>>
>> Hi all,
>>
>> How can i configure Core admin under the Tomcat server.........Kindly
>> could
>> u tell me anyone
>>
>>
> There's nothing to configure. If you are using multiple cores in Solr 1.4
> then CoreAdmin is available.
> 
> See http://wiki.apache.org/solr/CoreAdmin
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 


Hi all,

i configured coreAdmin Like http://localhost:8080/solr/core0/

but i try to index the file,it not accept throwing the error like below

\solr\example\exampledocs>java -Ddata=args -Dcommit=yes -Durl=http://l
ocalhost:8080/solr/core0/update -jar post.jar Example.xml
SimplePostTool: version 1.2
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8,
othe
r encodings are not currently supported
SimplePostTool: POSTing args to http://localhost:8080/solr/update..
SimplePostTool: FATAL: Solr returned an error: Bad Request

and i tried 

\solr\example\exampledocs>java -jar post.jar Example.xml
SimplePostTool: version 1.2
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8,
othe
r encodings are not currently supported
SimplePostTool: POSTing files to http://localhost:8080/solr/update..
SimplePostTool: POSTing file Example.xml
SimplePostTool: FATAL: Solr returned an error: Bad Request

i con't found any error in tomcat 

-- 
View this message in context: 
http://old.nabble.com/CoreAdmin-tp27727352p27819657.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to