You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/21 21:38:09 UTC

[Nutch Wiki] Trivial Update of "GettingNutchRunningWithDebian" by Thomas R Bailey

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 Thomas R Bailey:
http://wiki.apache.org/nutch/GettingNutchRunningWithDebian

The comment on the change is:
File name in WEB-INF/classes directory requires modifying the nutch-default.xml

------------------------------------------------------------------------------
  #cd site2; jar xvf nutch-0.8.1.war; rm nutch-0.8.1.war; cd ..
  }}}
  ===  Configure the site1,site2 webapps ===
- Edit the site1/WEB-INF/classes/nutch-site.xml file for the searcher.dir parameter, so that it points back to your crawl directory under /usr/local/nutch:[[BR]]
+ Edit the site1/WEB-INF/classes/nutch-default.xml file for the searcher.dir parameter, so that it points back to your crawl directory under /usr/local/nutch and save it as nutch-site.xml after making the following changes:[[BR]]
  {{{<name>searcher.dir</name>
  <value>/usr/local/nutch/crawls/site1</value>
  }}}