[
https://issues.apache.org/jira/browse/STORM-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313555#comment-14313555
]
ASF GitHub Bot commented on STORM-668:
--------------------------------------
GitHub user caofangkun opened a pull request:
https://github.com/apache/storm/pull/423
STORM-668:Generate storm-ui.war and could be deployed on TomCat
```
➜ storm-core git:(storm-668) mvn clean && mvn install
-Dmaven.test.skip=true -Dwar
➜ storm-core git:(storm-668) cp target/storm-ui.war $TOMCAT_HOME/webapps/
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-668
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/423.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #423
----
commit 6c04e1bea802d28ae92a234ddbaad2c1ed0a6835
Author: caofangkun <[email protected]>
Date: 2015-01-23T01:28:46Z
Merge pull request #4 from apache/master
Merger from apache/storm to caofangkun/apache-storm
commit d8c98cb1846bd07aef558bde410607b923aa5c1e
Author: caofangkun <[email protected]>
Date: 2015-02-04T01:09:22Z
Merge pull request #5 from apache/master
Merge from apache/storm to caofangkun/apache-storm
commit 3af6d18ed2d3b5998d0f7a0e87a10ce220eb207d
Author: caofangkun <[email protected]>
Date: 2015-02-10T02:07:16Z
Merge pull request #6 from apache/master
Merge from apache/storm to caofangkun/apache-storm
commit 53a2c305f73f9322eb9e5efca15f3184a26847e8
Author: caofangkun <[email protected]>
Date: 2015-02-10T04:35:33Z
STORM-668:Generate storm-ui.war and could be deployed on TomCat
----
> 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)