DEFINE SOLR HOME DIRECTORY
If you want to run the solr server at the specified path you should introduce to your system such as server parameter.Solr home is the folder place that contains bin, conf, data folders and solr.xml. In tomcat eclipse environment
1 ) Double click to the server in servers tab
2 ) Then click to the Arguments tab
3 ) Put your config parameter such as -Dsolr.solr.home=D:\apache-solr-3.6.0\example\solr
(This is the folder that your solr configuration is handled)
4 ) Restart your server. Now the path in config parameter is working.
No comments:
Post a Comment