Child pages
  • Servoy Application Server Configuration for Load Balancing

Versions Compared

Key

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

...

This means that each Servoy Application Server needs to be accessible to connecting client. When clients do not have direct access to the Servoy Application ServerBecause of this, the external hostname/IP Address and port of the Servoy Application Server needs need to be registered as jnlpCodebaseOverride value. For more information, see Network Settings#servoy.jnlpCodebaseOverride.

Code Block
servoy.jnlpCodebaseOverride=http://thisServersHostnameAsSeenByClients:port

What you should also take into consideration when setting up a load-balanced cluster and allowing smart-clients to connect directly to individual
servers in the cluster is isolating the cluster so that connections to ports used by Terracotta (see tc-config.xml) are only allowed from withing the cluster, even if connections from
client machines on Servoy ports should be allowed to all Servoy Application Servers.