Difference between revisions of "Configuration Files"
(→Specific Configuration Files) |
|||
Line 17: | Line 17: | ||
* '''Clients''': definitions used by the data service for connecting to the [[USAM|session management service]] | * '''Clients''': definitions used by the data service for connecting to the [[USAM|session management service]] | ||
* '''Logging''': configuration of destination paths, etc. | * '''Logging''': configuration of destination paths, etc. | ||
+ | * '''Packages''': | ||
* '''Runtime''': | * '''Runtime''': | ||
* '''Services''': used by the data service and the session management service | * '''Services''': used by the data service and the session management service | ||
Line 27: | Line 28: | ||
{{Item/ConfigFile|Clients|[[Configuration_Files/Client.config|Client.config]]|1|1|1}} | {{Item/ConfigFile|Clients|[[Configuration_Files/Client.config|Client.config]]|1|1|1}} | ||
{{Item/ConfigFile|Logging|[[Configuration_Files/Logging.config|Logging.config]]|1|1|1}} | {{Item/ConfigFile|Logging|[[Configuration_Files/Logging.config|Logging.config]]|1|1|1}} | ||
+ | {{Item/ConfigFile|Packages|[[Configuration_Files/packages.config|packages.config]]|1|1|1}} | ||
{{Item/ConfigFile|Runtime settings|[[Configuration_Files/Runtime.config|Runtime.config]]|1|1|1}} | {{Item/ConfigFile|Runtime settings|[[Configuration_Files/Runtime.config|Runtime.config]]|1|1|1}} | ||
{{Item/ConfigFile|Services|[[Configuration_Files/Services.config|Services.config]]|1||}} | {{Item/ConfigFile|Services|[[Configuration_Files/Services.config|Services.config]]|1||}} |
Revision as of 14:01, 12 May 2015
Configuration files of all UBIK® components have to comply with syntax and other guidelines as stated in Configuring Apps by using Configuration Files.
Each component has a main configuration file containing basic settings not to be changed by the user. Addtionally, a number of specific configuration files are available separately but already considered in the main configuration files.
Main Configuration Files
The main configuration files for the UBIK® Studio and UBIK® Enterprise Service are located within the installation folder, the one of the web service is located in the service's physical path. Respective examples files are
- UBIK® Studio: UBIK.Studio.exe.config
- UBIK® Enterprise Service: UBIK.EnterpriseService.exe.config.
- Web Service: web.config.
The configuration file of the web service additionally needs to obey rules as given in Configuring Services.
Specific Configuration Files
Specific configuration files are available for
- Bindings: different configurations for data services and endpoints
- Clients: definitions used by the data service for connecting to the session management service
- Logging: configuration of destination paths, etc.
- Packages:
- Runtime:
- Services: used by the data service and the session management service
- Application Settings: configuration of the data and session management service of the web service
Description | Example file | Web service | Studio | Enterprise Service |
---|---|---|---|---|
Application settings | AppSettings.config | - | - | |
Bindings | Bindings.config | |||
Clients | Client.config | |||
Logging | Logging.config | |||
Packages | packages.config | |||
Runtime settings | Runtime.config | |||
Services | Services.config | - | - |