Changes
Settings
,/* Connection */
! Name!! Purpose
|-
|''Application'' || '''Denotes the name of the Application that will be run, e.g. one could use "'''YourApp" ''' as the name for an Application.'''
|-
|''AuthenticationPort'' || '''Denotes the Port used on the Authentication Server. Default values might be: '''''443; 777; 888;'''''
|-
|''AuthenticationProtocol'' || '''Denotes which Transfer Protocol for Authentication might be used. By default "'''https" is used.'''is used.
|-
|''AuthenticationServer'' || '''Denotes the Authentication Server, e.g. "'''your.auth-server.net" ''' could be used. '''
|-
|''AuthenticationService'' || '''Denotes the path on the Authentication Server to the Authentication Service File, e.g. the path might be "'''YourFolder/YourApp/USAM/USAM.svc"'''. In this case the User System Authentication Manager (USAM) is used.'''
|-
|''AuthenticationServiceConfig'' || WSHttpBinding (the default value) or BasicHttpBinding. It should be set according to the [[Configuration_Files/Services.config|webservice configuration]].
|-
|''ConnectionTimeOut'' || '''Denotes the time in seconds when the Connection will be interrupted because of a Timeout.By default '''''300''''' is retrieving a Timeout after 5 minutes.
|-
|''ContentPort'' || '''Denotes the Port used on the Content Server. Default values might be: 443; 777; 888; Often it is the same port as for the one for the Authentication Server.'''
|-
|''ContentProtocol'' || '''Denotes which Transfer Protocol for the Content might be used. By default "'''https" is used.'''is used.
|-
|''ContentServer'' || '''Denotes the Content Server, e.g. "'''your.content-server.net" ''' could be used. Could be the same server as the Authentication Server.'''
|-
|''ContentService'' || '''Denotes the path on the Content Server to the Content Service File, e.g. the path might be "'''YourFolder/YourApp/CONTENT/UBIKContent.svc"'''. Make sure that the path points to the '''UBIKContent.svc file.'''file.
|-
| ''ContentServiceConfig''|| WSHttpBinding (the default value) or BasicHttpBinding. It should be set according to the [[Configuration_Files/Services.config|webservice configuration]].
|-
|''Context'' || '''Denotes the name of the Context, e.g. "'''CXT_YourApp_001"'''. This context is specified inside UBIK and all the different Metadefintions are loaded from it.'''
|-
|''SignalingServer'' || '''Denotes the Server for Remote Support.'''
|-
|''SyncMode'' || '''Denotes the Synchronization Mode of the Application. Possible Values are: Online, Offline, Auto; by default the SyncMode is set to "'''Online".'''.
|-
|}