문제

우분투 머신에 Tomcat + Solr을 설치하려고합니다. Ubuntu Repo를 사용하고있었습니다.

http://packages.ubuntu.com/intrepid/web/solr-tomcat5.5
http://packages.ubuntu.com/intrepid/tomcat5.5

Tomcat을 시작하면 Solr이 작동하지 않습니다.

sudo service tomcat5.5 start

웹 패널은 Solr을 찾지 못하고이 오류를주십시오.

HTTP Status 404 - /solr/admin

누구든지 이것이 무엇인지 아는 사람이 있습니까?

미리 감사드립니다

도움이 되었습니까?

해결책 2

I found this link usefully since i couldn't get nothing done from ubuntu repositories:

http://wiki.apache.org/solr/SolrTomcat#Simple_Example_Install

다른 팁

The Ubuntu-packaged versions of Tomcat and Solr aren't known for working very well. I'd highly recommend going outside the package manager and getting them from the source. This guide should give you everything you need to know: http://justin-hayes.com/2009-04-08/installing-apache-tomcat-6-and-solr-nightly-on-ubuntu-804

I was able to apt-get install tomcat6, and followed these directions:

https://wiki.fourkitchens.com/display/TECH/Solr+1.4+on+Ubuntu+9.10+and+CentOS+5

It is not recommended to run Solr in an external container starting from version 5 . Support for deploying solr as a war in containers like Tomcat is no longer supported . It best works with the inbuilt Jetty Server with which it comes .Have a look at this link from Solr wiki documentation , it may clear your doubts https://cwiki.apache.org/confluence/display/solr/Running+Solr+on+Tomcat .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top