Joel, Yes we use that to force the data dir to be someplace other than solr.home. Removing the data dir field just puts the data in solr home, which isn't desirable. solr home is specified in conf/Catalina/localhost/solr.xml <Context docBase="/etc/solr/solr.war" debug="0" crossContext="true"> <Environment name="solr/home" type="java.lang.String" value="/etc/solr" override="true"/> </Context>
Is there any way to use the collections api with a data.dir set? Thanks, Chris -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-4-8-Collections-API-Create-Collection-Fails-on-Tomcat-tp4137456p4137484.html Sent from the Solr - User mailing list archive at Nabble.com.