Child pages
  • Clustered Servoy Application Servers on the Same Machine

Versions Compared

Key

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

...

See Running Multiple Servoy Application Servers On The on the Same Machine for the standard steps to take when running multiple Servoy Application Servers on one machine.

...

  • For each Servoy Application Server instance edit the start_servoy_clustered.* file located in <servoy> {servoyInstall}/application_server/terracotta: provide an unique node name for each server by adding "-Dtc.node-name=xxxxx" after "-Dtc.config=terracotta\tc-config.xml" (replace xxxxx by the unique name)
  • For each Servoy Application Server instance edit the tc-config.xml file located in <servoy> {servoyInstall}/application_server/terracotta: change the line "<logs>%(user.home)/terracotta/client-logs</logs>" to "<logs>%(user.home)/terracotta/client-logs/%(tc.node-name)</logs>"