SOLR Study Notes (1) Installation of SOLR

Source: Internet
Author: User
Tags solr
SOLR Study Notes (1) Installation of SOLR

1. Extract SOLR to E: \ SOLR. Unzip tomcat to E: \ tomcat.

2. Put E: \ SOLR \ Dist \ apache-solr-1.2.0.war to E: \ Tomcat \ webapps directory named SOLR. War.

3. Copy the SOLR folder in the E: \ SOLR \ example directory to the E: \ Tomcat \ directory.

4. Create a SOLR. xml file in the E: \ Tomcat \ conf \ Catalina \ localhost directory. The content is as follows:

<? XML version = "1.0" encoding = "UTF-8"?> <Context docbase = "E:/tomcat/webapps/SOLR" DEBUG = "0" crosscontext = "true"> <environment name = "SOLR/home" type = "Java. lang. string "value =" E:/tomcat/SOLR "override =" true "/> </context>

5. start Tomcat. You can enable http: // localhost: 8080/SOLR/admin

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.