Hi Tom,

Let me see if I can help you....and if I understood your question.

I)
1) Download nutch from nutch.org
2) Untar the .tar.gz file.
3) Rename the folder you have already created here to nutch_1 (or whatever)
4)  Untar the .tar.gz file again
5) Rename the folder you have created here to nutch_2 (or whatever)

So, now you have /path/to/nutch_1 and /path/to/nutch_2
II)
1) cp /path/to/nutch_1/nutch*.war ~/local/tomcat/webapps/nutch_1.war
2) cp /path/to/nutch_2/nutch*.war ~/local/tomcat/webapps/nutch_2.war

III)
1) Go to ~/local/tomcat/webapps/nutch_1/WEB-INF/classes and modify search.dir (at nutch-default.xml) to /path/to/nutch_1/bin


2) Go to ~/local/tomcat/webapps/nutch_2/WEB-INF/classes and modify search.dir (at nutch-default.xml) to /path/to/nutch_2/bin

IV) To search, go to (remember to take a look at some links thar points to / - ROOT)
1)Go to url: http://localhost:8080/nutch_1
2)Go to url: http://localhost:8080/nutch_1


V) To fecth/crawl go to /path/to/nutch_1/bin or /path/to/nutch_2/bin and follow http://nutch.sourceforge.net/docs/en/tutorial.html .

Hope I've helped you.

Cheers,
Marco


From: "Tom Smets / aiq3.net" <[EMAIL PROTECTED]>
Reply-To: nutch-user@incubator.apache.org
To: <nutch-user@incubator.apache.org>
Subject: two or more nutch interfaces on the same machine
Date: Mon, 25 Apr 2005 16:26:41 +0200

Hello list,
is it possible to install two or more nutch interfaces on the same
machine?
I need this, because I want to build several different small search
databases.

Thank you,
Tom Smets

_________________________________________________________________
MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to