...
- Start the Terracotta server (in one console)
Code Block $ cd $TC_HOME/bin/ $ ./start-tc-server.sh
- Start the Jetty instance (in another console)
The command line above assumes that the Terracotta configuration file has been saved toCode Block $ cd $JETTY_HOME/ $ $TC_HOME/bin/dso-java.sh -Dtc.config=tc-config.xml -jar start.jar etc/jetty.xml etc/jetty-erracottaterracotta.xml
$JETTY_HOME/tc-config.xml, and that the Jetty configuration filejetty-terracotta.xmlis in its usual location under$JETTY_HOME/etc/.
Repeat this step for all Jetty nodes and you are done.
...