hi, i add this in solr.xml file : <str name="coreRootDirectory">${coreRootDirectory:}</str> <!-- usually solrHome --> and in each core i added these to core.properties loadOnStartup=true
and now if i stop and start solr from solr_home/bin after restart solr start and automatically added cores to solr. but when i restart solr service in linux as : service solr restart solr start and doesn't add cores to solr automatically. how i can solve this problem to stop start solr service and automatically add cores to it? plz help me.tnx