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 FelixJoachim: http://wiki.apache.org/nutch/GettingNutchRunningWithWindows ------------------------------------------------------------------------------ == Serving == - In your Environment Variables settings, add NUTCH_JAVA_HOME and the location of your JVM (e.g. C:\Sun\AppServer\jdk) as a new Environment Variable + In your Environment Variables settings, add NUTCH_JAVA_HOME and the location of your JVM (e.g. C:\j2sdk1.4.2_09) as a new Environment Variable Open up a web browser and navigate to the Tomcat webapps manager (e.g. http://localhost:8080/manager/html) and upload the WAR file to the context. @@ -48, +48 @@ Navigate to your [tomcat_home]/conf/Catalina/localhost/ and put it there. Create a new xml file (name it the same as the webapp?) e.g. nutch-0.7.1.xml and add something like the following line to it {{{ - :<Context path="" debug="5" privileged="true" docBase="[tomcat_home]\webapps\nutch-0.7.1"/> + <Context path="" debug="5" privileged="true" docBase="nutch-0.7.1"/> }}} Next, navigate to your nutch webapp folder then WEB-INF/classes. - Edit the nutch-site.xml file and add the following to it: + Edit the nutch-site.xml file and add the following to it (make sure you don't have two <nutch-conf></nutch-conf> tags!): {{{ <nutch-conf>
