Solr Windows Wamp
Solr - , Apache Software Foundation. Apache Lucene . , Solr Windows WAMP. WAMP , .
solr Windows - Solr BitNami. http://bitnami.com/stack/solr. . , , "c:/solr/".
It will also install the Apache server, so if you don't already have vamp or apache installed than just super, just go with the stream. If you already have wamp installed, than this apache is listening on some available port other than 80 (where it listens on WAP-Apache).
Once setup is complete, Solr will be available for use at the port selected during setup (see no big deal). Now if you have wamp and you do not want the two apache services to run, follow these steps.
Enable proxy_module and proxy_http_module via wamp menu or directly from apache conf file.
Open httpd.conf file and add following line at the end of the file
Include "c:/solr/apache-solr/conf/solr.conf"
Note that the path here should be correctly pointing to the solr.conf file. Use the path where you installed the Solr.
Now restart the wamp apache via wamp menu. If it starts correctly than its cool, otherwise check if you have correctly enabled the said modules, and path to solr config file.
Now check http://localhost/solr/ this should show the dashboard for solr.
Remember the extra apache service we need to disable it so it does not start automatically as we don’t need it. So goto Control Panel > Administrative Tools > Services , double click "solrApache" service and change its "Startup Type" to "Manual". Now it will not start once your system is restated.
Happy solr search
source
share