Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch webapp" page has been changed by kamaci: https://wiki.apache.org/nutch/bin/nutch%20webapp?action=diff&rev1=3&rev2=4 = Nutch 2.X = Invoking the webapp starts a NutchUiServer on port 8080. There is a [[https://issues.apache.org/jira/browse/NUTCH-1859|Jira ticket available for making the port configurable]]. The WebApp interacts directly with the Nutch 2.X REST API for configuring and administering your Nutch crawler. In it's current form, this webapp is designed to provide Nutch administration and configuration. The webapp is not designed to be an end-to-end system or a search application (yet). + + Webapp has an authentication support with [[https://issues.apache.org/jira/browse/NUTCH-2344|Jira ticket for Authentication Support for Web GUI]]. Default username and password configurations are: + + {{{ + admin|admin + user|user + }}} + + One can customise it at nutch-site.xml. If you feel like contributing towards improving the WebApp, please checkout the [[https://issues.apache.org/jira/browse/NUTCH/component/11630/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel|webapp Jira issues]].

