Working of nutch server in distributed mode

送分小仙女□ 提交于 2019-12-12 20:51:53

问题


I would like to know how nutch server works actually in a distributed environment? Whether it use a listener for incoming crawl requests or it is a continuously running server?


回答1:


Nutch REST API is built using Apache CXF framework and JAX-RS. The Nutch Server uses an embedded Jetty Server to service the http requests.

You can find out more about CXF and Jetty here (http://cxf.apache.org/docs/overview.html)



来源:https://stackoverflow.com/questions/39853492/working-of-nutch-server-in-distributed-mode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!