[ 
https://issues.apache.org/jira/browse/HTRACE-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584848#comment-14584848
 ] 

stack commented on HTRACE-182:
------------------------------

[~cmccabe] If you launch htraced from /usr/local/htrace/bin/htraced, will it be 
able to find the web dir at /usr/local/htrace/web?

If htraced is in a bin dir, the web dir should be relatively at one dir up?

So instead of:

 5925 +›  ›   webdir, err = 
filepath.Abs(filepath.Join(filepath.Dir(os.Args[0]), "..", "..", "web"))

it should be...

 5925 +›  ›   webdir, err = 
filepath.Abs(filepath.Join(filepath.Dir(os.Args[0]), "..", "web"))

> htraced: add rpm build via -Prpm
> --------------------------------
>
>                 Key: HTRACE-182
>                 URL: https://issues.apache.org/jira/browse/HTRACE-182
>             Project: HTrace
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>             Fix For: 3.3.0
>
>         Attachments: HTRACE-182.001.patch, HTRACE-182.002.patch
>
>
> htraced: add an rpm build via -Prpm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to