You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by kenneth mcfarland <ke...@gmail.com> on 2017/08/17 18:46:40 UTC

NutchServer

Quick question about the NutchServer class. The JAXRSServerFactoryBean
documentation seems to ask for a call to close or destroy on the server it
creates, but I notice the NutchServer close simply calls system.exit(0) and
doesn't maintain a reference after the call to create().

Is this a possible leak or am I missing something? Didn't want to JIRA
something I could be totally wrong about. Thanks!!