| GAS Configuration Reference / Configuration file elements | |
The PUBLIC_IMAGEPATH element defines a path relative to the root path appdata/public, where fglrun looks for resources for common images used by applications. The "appdata" resource, as it is commonly known, is set by the resource $(res.appdata.path) in the GAS configuration file, see GAS directories.
<PUBLIC_IMAGEPATH>path</PUBLIC_IMAGEPATH>
Where path is a path relative to the root path appdata/public.
...
<UA_OUTPUT>
<PROXY></PROXY>
<PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
<GWC-JS>gwc-js</GWC-JS>
<TIMEOUT Using="cpn.wa.timeout"/>
</UA_OUTPUT>
...
<RESOURCE Id="res.public.resources" Source="INTERNAL">common</RESOURCE>
...
<UA_OUTPUT>
<PROXY></PROXY>
<PUBLIC_IMAGEPATH>myapp/newpictures</PUBLIC_IMAGEPATH>
<GWC-JS>gwc-js</GWC-JS>
<TIMEOUT Using="cpn.wa.timeout"/>
</UA_OUTPUT>
...
In this example, the value of the PUBLIC_IMAGEPATH is set to "myapp/newpictures", so images are therefore sought in the appdata/public/myapp/newpictures directory.
There are no child elements.