Link to home
Start Free TrialLog in
Avatar of Rocking
Rocking

asked on

Configure nutch 1.6 in windows

I have downloaded the nutch "apache-nutch-1.6" from the apache site and extracted in the folder as mentioned in the site.

Now when i execute the nutch command in the command prompt it shows "nutch is not a recognized internal or external command"

Please help me where should i correct to remove th error.

Secondly how to search contents inside  a static website deployed on a server?
Is there any good tutorial for the same?
Avatar of mrcoffee365
mrcoffee365
Flag of United States of America image

You need to read the nutch documentation.  There is an O'Reilly book on nutch, too, which would probably help you a great deal.  Downloading software does not install it or make it run.

Nutch will not search anything unless it's running and it has indexed a body of text/documents.
Avatar of Rocking
Rocking

ASKER

I couldn;t find the O'Reilly book on nutch.
can u pls name the book.
ASKER CERTIFIED SOLUTION
Avatar of mrcoffee365
mrcoffee365
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rocking

ASKER

The tutorial mentioned i have already gone through. thanks btw.
Regarding the problem
"nutch is not a recognized internal or external command"" i have solved and crawled is done successfully
  bin/nutch crawl urls -dir crawl -depth 3 -topN 5.

Now i want to integrate it in tomcat web application.
I have a search button in my website and i need is when user typed in something a new page should appear and displays the results (which have been crawled before) in jsp file created by me.
What are the steps for the above?

I had gone through some websites and come to know that we need a nutch war file prior to be deployed in tomcat which was included in nutch version prior to 1.3.
Above version we need to create the same.
Glad to help.

Open a new question for your new problem.  Good luck!