[EMAIL PROTECTED] schrieb:
Hi,
I read the other emails to this theme, but i wasnt able to find a solution to solve the problem.
Could you please tell me, what i have to really change.
All is working, but when i try to search it throws nearly same exception like in an earlier thread. i followed the tutorial step by step and i got no fault until to the step of searching.
My problem is, i really don't know what i can do with my crawl-results
structure is as followed
c:/programme/apache group/tomcat 4.1/webapps/root/ <= with the war-file from nutch
e:/studium/semester 10/seminar/nutch/nutch-0.6/bin/crawl.test/ <= including db, segment etc.
java is in: c:/jdk1.5.0_01
running on Win2k
where do i have to put my crawl-results and what changes do i have to do in this nutch-default.xml ?
The problem ist, that the webapp isn't finding the segments created by the crwal job.
Add the path to the segment directory in nutch-site.xml of the tomcat context.
<nutch-conf>
<property>
<name>searcher.dir</name>
<value>e:/studium/semester 10/seminar/nutch/nutch-0.6/bin/crawl.test/</value>
<description>My path to nutch's searcher dir.</description>
</property>
</nutch-conf>
Look at the console/logfile of tomcat for errors.
Andr�
------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
