Command Line Installation
Also available as:
PDF
loading table of contents...

Hosting the UI in Tomcat

Follow these steps to host the UI in tomcat:

  1. Remove old deployments from $TOMCAT_HOME/webapps.

  2. Extract the war into $TOMCAT_HOME/webapps/tez-ui/.

  3. Modify scripts/config.js if needed.

  4. Restart tomcat.

After the restart, the UI should be available under the tez-ui/ path.