Where can I find details on installing and using Solr on Tomcat using the solr-common and solr-tomcat packages?
Posted
by
danieltalsky
on Server Fault
See other posts from Server Fault
or by danieltalsky
Published on 2010-12-23T22:57:39Z
Indexed on
2010/12/23
23:55 UTC
Read the original article
Hit count: 274
I'm seeing lots of Solr/Tomcat installation instructions, but all of them install at least one of these packages from source.
Since there's tomcat6, solr-common, and solr-tomcat packages (in Ubuntu 10.4), I'd love to use them, but I can't find any kind of documentation on installing using them. I can't even tell what directory solr is stored in.
I get a "Welcome to Solr!" page at http://localhost:8080/solr/, but have no idea where the catalina home is, or where the solr configuration files are in this case. Can anyone point me to documentation?
© Server Fault or respective owner