Most likely Tomcat is looking somewhere else for your crawl directory, which 
includes the index, segment data, etc. You can try the following to make sure 
that's not the case.
 
In your "nutch-site.xml" file, add the property "searcher.dir" with the full 
path to your crawl directory on the system. Make sure this is in your java 
package also (ROOT.war).
 
Below is a sample entry, edit the "value" as needed.
 
<property>
  <name>searcher.dir</name>
  <value>/usr/local/nutch/build/nutch-0.9-dev/crawl</value>
</property>


----- Original Message ----
From: yo_keller <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, January 17, 2007 3:44:10 AM
Subject: search or Tomcat ill response


I have been trying to re-start a previously installed Nutch configuration
(0.8.1), with Tomcat 5.5.17. It works well on crawling, indexing, merging.
However when I ask for a search, e.g. <br />

http://localhost:8080/search.jsp?lang=fr&query=Doppler

I get error messages 
<pre>
exception
org.apache.jasper.JasperException: org/apache/hadoop/io/Writable

org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
</pre>
<br />
indicating probably some configuration issue. 

Could anyone help me?




-- 
View this message in context: 
http://www.nabble.com/search-or-Tomcat-ill-response-tf3025910.html#a8406460
Sent from the Nutch - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to