[GitHub] storm pull request #2344: [STORM-2758] fix: logviewer_search page not found

2017-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2344


---


[GitHub] storm pull request #2344: [STORM-2758] fix: logviewer_search page not found

2017-09-26 Thread Ethanlm
GitHub user Ethanlm opened a pull request:

https://github.com/apache/storm/pull/2344

[STORM-2758] fix: logviewer_search page not found

JIRA: https://issues.apache.org/jira/browse/STORM-2758

 logviewer_search page not found because the original code uses "./public" 
as the `BaseResource` for `ServletContextHandler`. The actual path of 
"./public" depends on where we run `storm logviewer` command. 

Manually tested. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Ethanlm/storm STORM-2758

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2344.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 #2344


commit ec77f66c124e1bdb499b9b80a9778aaa2fa9f9af
Author: Ethan Li 
Date:   2017-09-26T18:32:58Z

[STORM-2758] fix: logviewer_search page not found




---