问题
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