OpenWGA 7.7 - WebTML reference
WebTML tags » meta<tml:meta type="system" >
Purpose:
Reads Java system variables
Description:
Java system variables are variables valid for the whole Java runtime, which mostly are set on VM start with parameter "-D". There are also some Java system variables predefined by the Java VM providing generic data about it .J2EE application servers may have their own configuration for system variables to set. They even may be added at runtime by the running program itself.
Value(s):
Name of a Java system variable
Examples:
Retrieving the name of the operating system user that is running OpenWGA:
<tml:meta type="system" name="user.name"/>