Child pages
  • Profiles

Versions Compared

Key

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

...

Each profile has a name and by adding the name of the profile to the URL that is used to launch the Smart Client use to connect to the Application Server, settings provided in the Profile overrule the default settings and/or settings provided in the URL itself.

Code Block
titleDeeplink into specific solution using a named Profile
{serverUrl}/servoy-client/{profileName}/{solutionName}.jnlp

The profile part of the URL is only relevant for the launch of the Smart Client. When deeplinking into running Smart Clients the profile can be omitted from the deeplink URL

Code Block
titleDeeplink into specific solution using a named Profile
{serverUrl}/servoy-client/{profileName}/{solutionName}.jnlp

For . For more info on all possible options for Smart Clients URL's, see Starting Smart Clients

...

  • system.property.servoy.usejaas: include and set to true for Kerebos support
  • system.property.SocketFactory.tunnelConnectionMode: specifies the tunnel connection mode, either "http" or "socket".
    For this setting to have effect, the SocketFactory.tunnelConnectionMode setting under Network Settings on the Admin page needs to be set to "http&socket"

Tunnel configuration properties

The Tunnel has an extensive set of configuration options to allow optimal operation for any combination of firewalls and proxies. More information on the configuration options for the tunnel can be found here.