Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch nutchserver" page has been changed by LewisJohnMcgibbney: https://wiki.apache.org/nutch/bin/nutch%20nutchserver?action=diff&rev1=2&rev2=3 + nutchserver is an alias for org.apache.nutch..api.NutchServer + + = Nutch 1.X = + NutchServer is not urrently not available in Nutch 1.X. There is however a [[https://issues.apache.org/jira/browse/NUTCH-1040|Jira ticket for backporting the REST API from Nutch 2.X to Nutch 1.X]] + + = Nutch 2.X = + Invoking the call to nutchserver ensures that a Nutch Server runs locally on a user defined port... by default this is set to 8081 if none is specified. This is a fully REST API for configuring and administering your Nutch crawler. {{{ usage: NutchServer [-help] [-log <loging level>] [-port] [-stop <force>] -help Show this help @@ -12, +19 @@ }}} + You may also find the documentation on the Nutch 2.X [[https://wiki.apache.org/nutch/NutchRESTAPI|RESTAPI]] useful as well as the [[https://wiki.apache.org/nutch/bin/nutch webapp|NutchWepp]] documentation. +

