Github user chrajeshbabu commented on the issue:

    https://github.com/apache/phoenix/pull/193
  
    @AyolaJayamaha  Currently we are trying to get the webapp related files 
form target directory in org.apache.phoenix.tracingwebapp.http.Main. Because of 
this we cannot use the runnable jar independently from the build. Can you also 
make changes in such a way that both runnable jars and webapp jars reside in 
build and pick them in the code?
    {code}
            URL location = domain.getCodeSource().getLocation();
            String webappDirLocation = location.toString().split("target")[0] 
+"src/main/webapp";
            Server server = new Server(port);
            WebAppContext root = new WebAppContext();
    {code}


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to