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 JuanJosePablos: http://wiki.apache.org/nutch/GettingNutchRunningWithJetty ------------------------------------------------------------------------------ All the commands are assume to be under the nutch_home Create a ant file called userjetty.xml wich this content: - + {{{ <?xml version="1.0"?> <project name="Nutch" default="jetty"> <target name="jetty" @@ -22, +22 @@ </java> </target> </project> + }}} + Creating configuration: + {{{ + mkdir logs; mkdir etc; cd etc + }}} + +
