Skip to content
mbauhardt edited this page Sep 13, 2010 · 2 revisions

If you start the admin server with option

—secure
then the server is protected via UserRealm and a username password is required.

You can configure the allowed users in file conf/nutchguiUsers.properties

username=password,role1,role2,role3,…

For example

foo=bar,admin
configure a user with name foo and password bar and this user is in role admin

Clone this wiki locally