Hi,

I am trying to do amulticore set up..

I added the following from the 1.3 solr download to new dir called multicore

core0 ,core1,solr.xml and solr.war

in the tomcat context fragment i have defined as

<Context docBase="c:/multicore/solr.war" debug="0" crossContext="true" >
   <Environment name="solr/home" type="java.lang.String" value="C:\multicore
override="true" />
</Context>
http://localhost:8080/multicore/admin
http://localhost:8080/multicore/admin/core0

The above 2 ursl give me resource not found error

the solr.xml is the default one from the download.

Please tell me as to what needs to be changed to make this work in tomcat

Regards
Sujatha

Reply via email to