solr6.3.0 + tomcat8

 

   blog:   http://blog.csdn.net/yzl_8877/article/details/53199355 


   a.  download and unzip solr 
   b.   copy solr-6.3.0\server\solr-webapp\webapp to tomcat_home\webapps, then change name to solr 
   c.   create solr_home under solr-6.3.0\server\solr-webapp\webapp to tomcat_home\webapps\solr 
   d.   copy all files under solr-6.3.0\server\solr to solr_home 
   e.   copy all jars under solr-6.3.0\server\lib\ext to webapps\solr\WEB-INF\lib 
   f.   copy solr-6.3.0\server\resources\log4j.properties to webapps\solr\WEB-INF\classes 
   g.   modify webapps\solr\WEB-INF\web.xml and open , change as below 
       
          solr/home 
          E:\solr\apache-tomcat-8\webapps\solr\solr_home 
          java.lang.String 
       
 
   h.    modify tomcat\conf\server.xml 
       


   i.   remove from webapps\solr\WEB-INF\web.xml 
   j.   http://127.0.0.1:8080/solr/index.html 
       
   
 remove from webapps\solr\WEB-INF\web.xml  

你可能感兴趣的:(solr6.3.0 + tomcat8)