nutch1.2 修改jsp页面后,想打包部署到tomcat中,有几个地方需要修改的。
其中一个地方,当然是搜索的索引路径了.
nutch-site.xml
<property>
<name>searcher.dir</name>
<value>F:\nutch\test</value>
</property>
另外一个地方就是
nutch-default.xml
<property>
<name>plugin.folders</name>
<value>plugins</value>
<description>Directories where nutch plugins are located. Each
element may be a relative or absolute path. If absolute, it is used
as is. If relative, it is searched for on the classpath.</description>
</property>
因为eclipse修改源码时,要把此路径修改过来,才能在eclipse里编辑。
如果修改了这两个地方,一般情况下,你在eclipse 通过ant 打包build.xml就可以了,对了。要把打成jar包改成打war包哈。这样就ok了。如果打包还有问题,那就直接邮件问我吧。
分享到:
评论