Child pages
  • Installation Behind a Firewall

Versions Compared

Key

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

...

It can be that the ports over which the Servoy Application Server communicates are blocked by the firewall. By default, the Servoy Application Server uses port 8080 for HTTP traffic and port 1099 for RMI traffic. Both ports need to be opened on the firewall and forwarded to the Servoy Application Server.

Warning
Automatic free port finding mechanism
titleAutomatic free port finding mechanism

When the Servoy Application Server tries to bind to the RMI port and the port is already occupied, automatically the next port will be tried. This process continues until a free port is found. When running behind a firewall, make sure that the RMI port is available for the Servoy Application Server to connect to. Failure to do so will mean that the RMI port opened on the firewall is not the RMI port used by the Servoy application Server.

...