Solr 3 with jetty and ubuntu 11.10
- by john
I'd like to install solr 3. It will accept connections only locally.
I read that jetty takes less memory than tomcat.
I have Ubuntu 11.10 server.
There is no clear tutorial about it anywhere on the internet. Most of them are old and talking about other combinations. I tried some of them, but didn't succeed in making it work.
I'd prefer using packages with apt-get, but if the packages are not updated, I may install each part manually.
Also, some tutorials say to install openjdk-6-jdk and other sun-java6-jdk. What's the difference?
What are the steps to set up solr 3 + jetty in ubuntu 11.10?