Hi Michael,

The WEB-INF folder is defined at the Java Servlets Framework specification.
It´s the folder where a Java web application should put its classes files
(web-inf/classes) and it´s JAR dependencies (web-inf/lib) among other
configurations files (web-inf/classes/log4j.xml is a common example) like
Nutch ones.

Not exactly about Nutch, but I hope it helps your undestanding on deploying
the Nutch web app :)

On 12/16/05, Michael Taggart <[EMAIL PROTECTED]> wrote:
>
> Stefan,
> Thank you so much for lending me a hand with this. I really appreciate
> it.
> Here is my output for bin/nutch ndfs -ls
>
> Found 5 items
> /user/root/crawldb      <dir>
> /user/root/indexes      <dir>
> /user/root/linkdb       <dir>
> /user/root/segments     <dir>
> /user/root/urls <dir>
>
> I'm pretty sure that is setup correctly and I have my nutch-site.xml
> configured with searcher.dir as /usr/root  However, I have seen people
> talk of a web-inf folder but I can't find one on my system. Is that just
> an abbreviation for something? In addition I don't have a classes
> folder. My nutch-default.xml and nutch-site.xml are in my conf dir. Am I
> missing something?
> Mike
>
> On Fri, 2005-12-16 at 12:20 +0100, Stefan Groschupf wrote:
> > Mike,
> > the question is where is your data located in the ndfs? As a note
> > searching a index stored in ndfs is very slow, however first let us
> > fix your problem.
> > Deploy the nutch webapp in your tomcat, check the nutch-default.xml
> > in web-inf/classes that it also has the ndfs name node correct
> > configured.
> > Than verify that you have the correct structure in your ndfs.
> > e.g.
> > /user/nutchuser/segments
> > /user/nutchuser/indexes
> > /user/nutchuser/linkdb
> >
> > Than configure in web-inf/classes/nutch-default.xml the parameter
> > searcher.dir just /user/nutchuser      .
> > That's it.
> > HTH
> > Stefan
> >
> > Am 16.12.2005 um 02:55 schrieb Michael Taggart:
> >
> > > I got mapred to complete a full index cycle. I now would like to
> > > search
> > > the index I created except I can't find out how to do that. I replaced
> > > the war file and started it from my 0.8 installation directory but
> > > every
> > > search comes up with 0 results. Do I have to tell tomcat to search the
> > > ndfs? Unsure how to link up the parts at this point.
> > > Mike
> > >
> >
>



--
"Minds are like parachutes, they work best when open."

Bruno Patini Furtado
Software Developer
webpage: www.bpfurtado.net
blog: http://www.livejournal.com/users/bpfurtado/

Reply via email to