Child pages
  • Network Related Settings

Versions Compared

Key

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

...

Code Block
SocketFactory.useTwoWaySocket: set to true
SocketFactory.rmiServerFactory: clear the field
If the fallback to direct Connection mode is required to work when clients connection with Proxy configuration in Java WebStart:
SocketFactory.useSSL: set to false
SocketFactory.compress: set to false
Otherwise:
SocketFactory.useSSL: set to true^1^
SocketFactory.compress: set to true

Tunnel

...

SocketFactory.useTwoWaySocket:

...

set

...

to

...

false

...


SocketFactory.rmiServerFactory:

...

set

...

to com.servoy.j2db.server.rmi.tunnel.ServerTunnelRMISocketFactoryFactory

...


SocketFactory.useSSL:

...

set

...

to true^1^

...


SocketFactory.compress:

...

set

...

to true

...


SocketFactory.tunnelConnectionMode:

...

choose

...

one

...

of

...

the

...

three

...

options^2^

...

^1^1: SSL can also be turned off, but for security reasons it is advised to have SSL Encryption turned on when possible.See #SSL Encryption for additional settings.

^2^2

RMI port

With all connection modes, except the HTTP Tunnel, the Smart Clients communicate with the Servoy Application Server over the so-called RMI port. This port needs to be accessible from all the client machines at all times, thus cannot be blocked by firewalls.

...