Hi, I have two cores. When each core references the same dataDir, I could access the core admin interface. However, when core1 dirData is referencing one directory, and core2 another directory, I could not access the admin interface.
Any idea?
//each core references a different dir
<!-- <dataDir>${solr.data.dir:./solr/multicore/myCore1/data}</dataDir>
-->
//both cores reference the same dir
<dataDir>${solr.data.dir:./solr/data}</dataDir>
