Solr
As follow up post to setting up solr i show you how to integrate tomcat into Apache as main web server: The setup was made under ubuntu 11.10 with the following prerequisites: CATALINA_HOME is /usr/share/tomcat7 JAVA_HOME is /usr/lib/jvm/default-java HOSTNAME in my case is ubuntu-vm.localdomain apt-get install libapache2-mod-jk nano /etc/apache2/workers.properties with the following contents workers.tomcat_home=/usr/share/tomcat7 workers.java_home=/usr/lib/jvm/default-java ps=/ [...]
Continue reading about Configuring solr, tomcat 7 with mod_jk and apache 2.2
Solr is a open source Enterprise Search Engine. It can be deployed as war file in servlet containers like tomcat or jetty. This short howto show you run solr with the current Tomcat 7 version: Download Solr as Zip Unzip it e.g. in /usr/share/ with folder structure mv apache-solr-3.5.0.zip /usr/share cd /usr/share unzip apache-solr-3.5.0.zip result is a [...]