On Mar 11, 2009, at 5:14 AM, con wrote:
But still it is not workingI changed the data directory accordingly, <dataDir>${SOLR_DATA}</dataDir> But this is not working and is giving the following error:SEVERE: Error in solrconfig.xml:org.apache.solr.common.SolrException: Nosystem property or default value specified for SOLR_DATA
For this to work, you have to set a JVM system property when launching Solr:
java -DSOLR_DATA=<desired data dir path> -jar start.jar Erik