[
https://issues.apache.org/jira/browse/STORM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589543#comment-14589543
]
ASF GitHub Bot commented on STORM-668:
--------------------------------------
Github user caofangkun commented on the pull request:
https://github.com/apache/storm/pull/423#issuecomment-112737243
@d2r
Thank you for your attention of this PR.
In my opinion ,
1, "storm ui" is more like a RESTful APIs server than a UI server.
2, We can use jetty embedded server (as the provided code use) for testing;
but on production environment, use Apache Tomcat or other WebSever
Container may be a better choice.
I have implement these as a external project
[storm-ui](https://github.com/caofangkun/storm-ui) .
> Generate storm-ui war using maven and deployed on TomCat
> ---------------------------------------------------------
>
> Key: STORM-668
> URL: https://issues.apache.org/jira/browse/STORM-668
> Project: Apache Storm
> Issue Type: Improvement
> Affects Versions: 0.10.0
> Reporter: caofangkun
> Assignee: caofangkun
> Priority: Minor
>
> $ mvn package -Dmaven.test.skip=true -P dist -Dwar
> generate storm-ui.war
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)