-
Build the web application-
mvn clean install
-
Start the TracingWebApp
java -jar target/phoenix-tracing-webapp-<version>-runnable.jar
-
View the Content - http://localhost:8864/
###Note You can set the port of the trace app by -Dphoenix.traceserver.http.port={portNo}
eg:
-Dphoenix.traceserver.http.port=8887
server will start in 8887