Nutch: setup tomcat
After building war file for nutch with: ant war Put nutch-*.war and nutch.xml into /opt/tomcat/apache-tomcat-7.0.12/webapps Restart tomcat and it will expand war file automatically. I also created softlink in /opt/tomcat/apache-tomcat-7.0.12/conf/Catalina/localhost/nutch.xml to point to /opt/tomcat/apache-tomcat-7.0.12/webapps/nutch.xml Don’t know if it’s necessary. Once you create this you’ll have to restart tomcat. Edit nutch.xml to tell it where index is […]