[
https://issues.apache.org/jira/browse/NUTCH-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152513#comment-14152513
]
Nima Falaki commented on NUTCH-1859:
------------------------------------
I looked at NutchUIServer and noticed that this line was hardcoded to 8080.
Server server = new Server(8080)
So using the cli-commons api (which is used in NutchServer) I gave the
NutchUIServer the ability to parse the "port" argument. Here is the format that
we can use now
./nutch webapp -port 8095 (this will allow us to run the webapp on port 8095)
Keep in mind I made the default port 8080 so
./nutch webapp (this will put the webapp on port 8080)
What do you think?
> Make Nutch webapp port configurable
> -----------------------------------
>
> Key: NUTCH-1859
> URL: https://issues.apache.org/jira/browse/NUTCH-1859
> Project: Nutch
> Issue Type: Task
> Components: web gui
> Affects Versions: 2.2.1
> Reporter: Lewis John McGibbney
> Assignee: Nima Falaki
> Fix For: 2.4
>
> Attachments: NUTCH-1859.patch
>
>
> Right now the Nutch WebApp only runs on port 8080... which will undoubtedly
> have people running into conflicts all over the place.
> We should do the same as with nutchserver and make this configurable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)