Hi all,

What's the best way to deploy a customized version of Nutch on a server, where it only crawls/indexes (no search support)?

The .war Ant build bundles up a bunch of stuff we don't need, and sticks things in .jsp-specific directories.

But an initial quick attempt at hacking up an Ant build to create a deploy folder with just the .jars we need has met with numerous problems, ranging from classpath-related stuff (works in the main .jar manifest, not on the command line) to head scratching over why nutch.jar includes only the nutch-default.xml & nutch-site.xml conf files (e.g. it doesn't have regex-urlfilter.txt, which we need), while nutch.war has a bigger set (including these three).

So is the best approach to just modify Nutch's .war Ant build for our purposes, even though we're using Eclipse to build/debug portions of the code?

Thanks for any advice,

-- Ken
--
Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to