Re: instanceDir value is incorrect in multicore environment

2009-02-04 Thread Mark Ferguson
I looked at the core status page and it looks like the problem isn't actually the instanceDir property, but rather dataDir. It's not being appended to instanceDir so its path is relative to cwd. I'm using a patched version of Solr with some of my own custom changes relating to dataDir, so this is

instanceDir value is incorrect in multicore environment

2009-02-04 Thread Mark Ferguson
Hello, I have a problem with setting the instanceDir property for the cores in solr.xml. When I set the value to be relative, it sets it as relative to the location from which I started the application, instead of relative to the solr.home property. I am using Tomcat and I am creating a context f