Difference between revisions of "Settings"
(→Content) |
(→Connection) |
||
Line 153: | Line 153: | ||
! Name!! Purpose | ! Name!! Purpose | ||
|- | |- | ||
− | |''Application'' || Denotes the name of the Application that will be run, e.g. one could use | + | |''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: | + | |''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 | + | |''AuthenticationProtocol'' || Denotes which Transfer Protocol for Authentication might be used. By default ''https'' is used. |
|- | |- | ||
− | |''AuthenticationServer'' || Denotes the Authentication Server, e.g. | + | |''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 | + | |''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]]. | |''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 | + | |''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. | + | |''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 | + | |''ContentProtocol'' || Denotes which Transfer Protocol for the Content might be used. By default ''https'' is used. |
|- | |- | ||
− | |''ContentServer'' || Denotes the Content Server, e.g. | + | |''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 | + | |''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. |
|- | |- | ||
| ''ContentServiceConfig''|| WSHttpBinding (the default value) or BasicHttpBinding. It should be set according to the [[Configuration_Files/Services.config|webservice configuration]]. | | ''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. | + | |''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. | |''SignalingServer'' || Denotes the Server for Remote Support. | ||
Line 185: | Line 185: | ||
|} | |} | ||
− | + | [[Category:Client|Settings]] | |
== Content == | == Content == |