We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbdf702 + 82224a8 commit d7fe6a0Copy full SHA for d7fe6a0
chef-solr/lib/chef/solr/application/solr.rb
@@ -150,7 +150,7 @@ def run_application
150
end
151
Dir.chdir(Chef::Config[:solr_jetty_path])do
152
command="java -Xmx#{Chef::Config[:solr_heap_size]} -Xms#{Chef::Config[:solr_heap_size]}"
153
-command << " -Dsolr.solr.data=#{Chef::Config[:solr_data_path]}"
+command << " -Dsolr.data.dir=#{Chef::Config[:solr_data_path]}"
154
command << " -Dsolr.solr.home=#{Chef::Config[:solr_home_path]}"
155
command << " #{Chef::Config[:solr_java_opts]}"ifChef::Config[:solr_java_opts]
156
command << " -jar #{File.join(Chef::Config[:solr_jetty_path],'start.jar')}"
0 commit comments