I can't quite parse "the same multicore deployment as we have on apache solr
4.0 distribution archive". Could you rephrase and be more specific. What
"archive"?
Were you already using 4.0-ALPHA or BETA (or some snapshot of 4.0) or are
you moving from pre-4.0 to 4.0? The directory structure did change in 4.0.
Look at the example/solr directory.
-- Jack Krupansky
-----Original Message-----
From: Rogerio Pereira
Sent: Sunday, October 14, 2012 10:01 AM
To: solr-user@lucene.apache.org
Subject: Multicore setup is ignored when deploying solr.war on Tomcat 5/6/7
Hi,
I tried to perform the same multicore deployment as we have on apache solr
4.0 distribution archive, I created a directory for solr/home with solr.xml
inside and two subdirectories collection1 and collection2, these two cores
are properly configured with conf folder and solrconfi.xml and schema.xml,
on Tomcat I setup the system property pointing to solr/home path,
unfortunatelly when I start tomcat the solr.xml is ignored and only the
default collection1 is loaded.
As a test, I made changes on solr.xml to cause parser errors, and guess
what? These errors aren't reported on tomcat startup.
The same thing doesn't happens on multicore example that comes on
distribution archive, now I'm trying to figure out what's the black magic
happening.
Let me do the same kind of deployment on Windows and Mac OSX, if persist,
I'll update this thread.
Regards,
Rogério