Hi, I think I will also wait for other people reply as I do not have much idea now. I suggested the things because I did it recently but I have only one collection (default one) .
As you said and I can guess... you have multiple collections like tt, shop and home in one solr instance.. By default all the collections should go inside solr dir (tomcat\solr)... And may be you need to modify the solr.xml file (tomcat\solr\solr.xml) See below. <solr persistent="true"> <cores adminPath="/admin/cores" defaultCoreName="collection1" host="${host:}" hostPort="${jetty.port:8983}" hostContext="${hostContext:solr}" zkClientTimeout="${zkClientTimeout:15000}"> <core name="collection1" instanceDir="collection1" /> </cores> </solr> There is another xml file, I have given name as solr.xml also (\tomcat\conf\localhost\solr.xml) which has solr home path... and therefore starting of tomcat read this file after host-manager.xml.... Thanks -Sandeep On Wed, Jul 17, 2013 at 3:40 PM, PeterKerk <vettepa...@hotmail.com> wrote: > I can now approach http://localhost:8080/solr-4.3.1/#/, thanks!! > > I also noticed you mentioning something about a data import handler. > > Now, what I will be requiring after I've completed the basic setup of > Tomcat6 and Solr431 I want to migrate my Solr350 (now running on Cygwin) > cores to that environment. > > C:\Dropbox\Databases\apache-solr-3.5.0\example\example-DIH\solr\tt > C:\Dropbox\Databases\apache-solr-3.5.0\example\example-DIH\solr\shop > C:\Dropbox\Databases\apache-solr-3.5.0\example\example-DIH\solr\homes > > Where do I need to copy the above cores for this all to work? > What I don't understand is how Tomcat knows where it can find my Solr 4.3.1 > folder, in my case C:\Dropbox\Databases\solr-4.3.1, is that folder even any > longer required? > > Many thanks again! :) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/HTTP-Status-503-Server-is-shutting-down-tp4065958p4078567.html > Sent from the Solr - User mailing list archive at Nabble.com. >