Child pages
  • Profiles

Versions Compared

Key

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

...

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. For more info on all possible options for Smart Clients URL's, see Starting Smart Clients.

A profile can contain one or more settings. There are two three basic types of settings:

  1. Deeplink settings
  2. Configuration settings
  3. Servoy settings

All these settings will be saved in the server's servoy.properties file.

Deeplink Settings
Through profiles it's possible to specify startup arguments and/or a deeplink method, by adding one of the following properties:

...

Servoy configuration properties
There are two Servoy specific system properties that can be used within a Profile: 

  • 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 hereat Advanced HTTP Tunnel Configuration.

Servoy Settings

Servoy properties are properties that start with 'servoy.' like 'servoy.maxClientHeap' or 'servoy.branding'.

All Servoy properties that are related to the Smart Client can be added to the Profile.