Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by Gal Nitzan: http://wiki.apache.org/nutch/FAQ ------------------------------------------------------------------------------ There are at least two choices to do that: First you need to copy the .WAR file to the servlet container webapps folder. - {{{% cp nutch-0.7.war $CATALINA_HOME/webapps/ROOT.war}}} + {{{% cp nutch-0.7.war $CATALINA_HOME/webapps/ROOT.war + }}} 1) After building your first index, start Tomcat from the index folder. Assuming your index is located at /index : @@ -40, +41 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="nutch-conf.xsl"?> - <!-- Do not modify this file directly. Instead, copy entries that you --> - <!-- wish to modify from this file into nutch-site.xml and change them --> - <!-- there. If nutch-site.xml does not already exist, create it. --> - <nutch-conf> - <property> + <property> - <name>searcher.dir</name> + <name>searcher.dir</name> - <value>/your_index_folder_path</value> + <value>/your_index_folder_path</value> - </property> + </property> </nutch-conf>
