Hi,

I installed everything following almost exactly following the Nutch for
Dummies  online guide.


Problem: not able to get search screen, get default Tomcat screen.


I installed everything following almost exactly following the Nutch for
Dummies  online guide.

I ran a crawl  on the nutch site,  it told me it worked. Great!

My crawl directory is this:

C:\nutch2\nutch-0.9\crawl100



This pasted into nutch-site.xml

under

C:\Program Files\Apache Software Foundation\Tomcat
6.0\webapps\nutch-0.9\WEB-INF\classes

Like so:


<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>

<property>
    <name>searcher.dir</name>
    <value>C:\nutch2\nutch-0.9\crawl100\</value>
  </property>

</configuration>


I restarted Tomcat using the windows Tomcat manager, but default screen
only, no  search
Part of tomcat log



Oct 31, 2009 12:58:21 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Oct 31, 2009 12:58:21 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4576 ms
Oct 31, 2009 12:58:21 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 31, 2009 12:58:21 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
Oct 31, 2009 12:58:24 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive nutch-0.9.war
Oct 31, 2009 12:58:28 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 31, 2009 12:58:28 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 31, 2009 12:58:28 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/121  config=null
Oct 31, 2009 12:58:28 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6808 ms


Thank you!

Reply via email to