Skip to content

How to Start the Administration Gui

mbauhardt edited this page Sep 13, 2010 · 11 revisions

If you want to start the gui from commandline, build the gui (How To Build) and change into directory

build/nutch-gui-0.1

and execute

sh bin/nutch admin workingFolder port

For example

sh bin/nutch admin /tmp/nutch 50060

Now you can access the webapp with your browser on http://127.0.0.1:50060/general

If you start start the admin server with option —secure

sh bin/nutch admin /tmp/nutch 50060 —secure

then the server starts in security mode, this mode requires a username and password. See Security

< Previous Next >

Clone this wiki locally