hossman wrote:
>
>
> : I am facing a problem related to multiple cores configuration. I have
> placed
> : a solr.xml file in solr.home directory. eventhough when I am trying to
> : access http://localhost:8983/solr/admin/cores it gives me tomcat error.
> :
> : Can anyone tell me what can be possible issue with this??
>
> not without knowing exactly what the tomcat error message is, what your
> solr.xml file looks like, what log messages you see on startup, etc...
>
> -Hoss
>
>
Hello Hoss,
Thanks for reply.
Here is the error message shown on browser:
HTTP Status 404 - /solr2/admin/cores
type Status report
message /solr2/admin/cores
description The requested resource (/solr2/admin/cores) is not available.
and here is the solr.xml file.
<solr persistent="true" sharedLib="lib">
<cores adminPath="/admin/cores">
<core name="core0" instanceDir="core0" />
<core name="core1" instanceDir="core1" />
</cores>
</solr>
--
View this message in context:
http://www.nabble.com/Not-able-to-configure-multicore-tp22682691p22695098.html
Sent from the Solr - User mailing list archive at Nabble.com.