From: Michael S. <sta...@us...> - 2005-10-20 19:54:33
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1754/xdocs Modified Files: srcbuild.xml Log Message: * xdocs/srcbuild.xml nutch-site.all renamed as nutch-site.nutchwax Index: srcbuild.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/srcbuild.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** srcbuild.xml 18 Oct 2005 23:21:11 -0000 1.8 --- srcbuild.xml 20 Oct 2005 19:54:26 -0000 1.9 *************** *** 40,50 **** </p> ! <p>Symlink <literal>${NUTCHWAX}/nutch/conf/nutch-site.xml.all</literal> to ${NUTCHWAX}/conf/nutch-site.xml. Doing this, there is only one nutch-site.xml shared by core Nutch and by NutchWAX extensions. <pre> % cd ${NUTCH_HOME}/nutch/conf % mv nutch-site.xml nutch-site.xml.original ! % ln -s ${NUTCHWAX}/conf/nutch-site.xml.all nutch-site.xml</pre> ! The <literal>nutch-site.xml.all</literal> that is in ${NUTCHWAX} has NutchWAX specific configuration overrides as well as hardcodings of collection names and the name of the archive host that holds archived pages. Edit these to suit your --- 40,51 ---- </p> ! <p>Symlink <literal>${NUTCHWAX}/nutch/conf/nutch-site.xml.nutchwax</literal> to ${NUTCHWAX}/conf/nutch-site.xml. Doing this, there is only one nutch-site.xml shared by core Nutch and by NutchWAX extensions. <pre> % cd ${NUTCH_HOME}/nutch/conf % mv nutch-site.xml nutch-site.xml.original ! % ln -s ${NUTCHWAX}/conf/nutch-site.xml.nutchwax nutch-site.xml</pre> ! The <literal>nutch-site.xml.nutchwax</literal> that is in ${NUTCHWAX} has ! NutchWAX specific configuration overrides as well as hardcodings of collection names and the name of the archive host that holds archived pages. Edit these to suit your |