GAS Configuration Reference / Configuration file elements |
The UA_OUTPUT element specifies the configuration parameters for an application delivered by the UA proxy.
Starting with Genero 3.00, all UI applications delivered by the Genero Application Server are rendered by the UA proxy, to include the Genero Desktop Client (GDC), Genero Web Client for JavaScript (GWC-JS), Genero Mobile for Android and Genero Mobile for iOS. These applications are configured in part by the UA_OUTPUT element.
<UA_OUTPUT [ Using=component-id ]> <PROXY>executable-name</PROXY> <PUBLIC_IMAGEPATH>image-path</PUBLIC_IMAGEPATH> [<GWC-JS>gwc-js-directory</GWC-JS>] [<TIMEOUT>...</TIMEOUT>] </UA_OUTPUT>
The UA_OUTPUT element may contain the following child elements:
<UA_OUTPUT> <PROXY>$(res.uaproxy.cmd)</PROXY> <PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH> <GWC-JS>gwc-js</GWC-JS> <TIMEOUT Using="cpn.wa.timeout"/> </UA_OUTPUT>
This element is a child of one of the following elements: APPLICATION (for an application)