Predefined variables can be used throughout webcfg.xml without having to define them with a variable element. Syntax: ${variablename}
| Variablename | Description |
|---|---|
| file.id | ID of the configurationfile |
| file.filename | Filename of the configurationfile |
| file.name | Filename without path of the configurationfile |
| file.dir | Directory of the configurationfile |
| web.context | Absolute path to the current webcontext |
| web.session.id | The web sessionid, a unique string relating to the current WEB session |
| config.id | Name of the configuration |
| config.hostname | Hostname selected from the authentification |
| config.username | User logged into a metaconfiguration (from Authentification) |
| config.password | Password from logged in user (from Authentification) |
| config.dir | Location of webcfg.xml |
| config.authref | The ID of the authentification element |
| exe.suffix | The OS-dependent extention for scripts (Windows "bat", Unix "sh") |
| sh | The OS-dependent script call (Windows "", Unix "sh") |
| timestamp | the current time in milliseconds |