Hosting the UI in Tomcat
Follow these steps to host the UI in tomcat:
Remove old deployments from
$TOMCAT_HOME/webapps
.Extract the war into
$TOMCAT_HOME/webapps/tez-ui/
.Modify
scripts/config.js
if needed.Restart tomcat.
After the restart, the UI should be available under the
tez-ui/
path.