dwradcliffe / chef-solr

Chef cookbook for solr.
http://community.opscode.com/cookbooks/solr
MIT License
23 stars 39 forks source link

Invalid SOLR_DIR #22

Closed Crozin closed 9 years ago

Crozin commented 9 years ago

IIRC as of Solr 5.0 directory structure has changed, and start.jar file is deployed under server, not example directory. SOLR_DIR variable need to be changed from

SOLR_DIR=<%= @solr_dir %>/example

To:

SOLR_DIR=<%= @solr_dir %>/server