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

------------------------------------------------------------------------------
  {{{
  <?xml version="1.0"?>
  <project name="Nutch" default="jetty">
+   <target name="setup">
+     <mkdir dir="etc"/>
+     <get src="ftp://jetty.mortbay.org/pub/jetty-5.1.4/etc/jetty.xml"; 
dest="etc/jetty.xml"/>
+     <get src="ftp://jetty.mortbay.org/pub/jetty-5.1.4/etc/webdefault.xml"; 
dest="etc/webdefault.xml"/>
+     <copy file="build/nutch-0.8-dev.war" tofile="webapps/root.war"/>
+     <mkdir dir="logs"/>
+   </target>
    <target name="jetty"
     description="Run Jetty with configuration set by the jetty.run property">
      <java classname="org.mortbay.jetty.Server"
@@ -29, +36 @@

  mkdir logs; mkdir etc; cd etc
  }}}
  
- 

Reply via email to