Child pages
  • Terracotta Installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To install Terracotta, run the Terracotta installer. Execute the downloaded terracotta-x.x.x-installer.jar by double clicking, or by opening a command line/terminal window and executing the following command:

Code Block
java - jar terracotta-x.x.x-installer.jar

Follow the instructions on screen to complete the installation.

A command line installation can be performed by adding the -console option:

Code Block
java - jar terracotta-x.x.x-installer.jar -console
Note
titleRepeat

Install Terracotta on every machine that runs a Servoy Application Server that is to become part of the Servoy Cluster.

Note
titleDedicated Terracotta instance for Terracotta server

When using a dedicated machine to run for a Terracotta instance to act as Terracotta server, also follow the installation procedure on the dedicated machine.

Warning
titleJAVA_HOME

Terracotta requires the JAVA_HOME environment variable to be set and properly point to the Java runtime environment to use. See Setting the JAVA_HOME environment variable.