admin 管理员组

文章数量: 1086019


2024年3月29日发(作者:jfinal中record)

windows上搭建自己的搜索引擎nutch

nutch windows install guider

--By Liming Liu

1 Install Cygwin

2 Install JDK

3 Install Tomcat

4 Pre-Install nutch

5 Configure and run nutch

6 Begin search

7 Referece

1 Install Cygwin

Download and install the latest version, must select GCC while selecting

packages.

2 Install JDK

Download jdk-1_5_0_ and install(acquiescently,

C:/Program Files/Java/jdk1.5.0_06 ).

Set environmental variable: NUTCH_JAVA_HOME: C:/Program

Files/Java/jdk1.5.0_06

JAVA_HOME: C:/Program Files/Java/jdk1.5.0_06

3 Install Tomcat

Download and install(acquiescently, C:/Program

Files/Apache Software Foundation/Tomcat 6.0).Remember the port, account and

password.

4 Pre-Install nutch

Download and unzip to nutch-0.9(such as

C:/dev/search/netch/nutch-0.9).

Start Tomcat service, open localhost:8080/manager/html

Move to “WAR file to deploy”, upload

file: C:/dev/search/netch/nutch-0.9/.

Close Tomcat service, change directory name “ROOT” in “C:/Program


本文标签: 搭建 搜索引擎