You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2017/09/26 18:43:51 UTC

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

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 <et...@gmail.com>
Date:   2017-09-26T18:32:58Z

    [STORM-2758] fix: logviewer_search page not found

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---