Explore Genero application server resources
Paths to files and directories of your GAS installation are set by resources in the GAS
configuration file, as.xcf
. Being able to find the absolute path of resources,
helps you when working with GAS.
See the GAS configuration file (as.xcf).
Note: Resources are like variables that identify or name
the resource. For example
res.path.as
identifies the GAS installation directory
while the value of this resource will contain the absolute path to your GAS installation
directory.<RESOURCE Id="res.path.as" Source="INTERNAL">C:\4js\gas\2.50.34</RESOURCE>
When, for example, you deploy applications you do not need to know where the real resources are
actually located in the production environments because you can map to real resources with a
reference using this syntax, $(RESOURCE Id)
. Therefore
$(res.path.as)
references the GAS installation directory in all hosts where GAS is
installed.
Typical resources and relative path locations
The following are some typical resources and relative path locations to some of the more common
installation and application data files which you will need to run or reference:
$(res.path.as)/etc/as.xcf
$(res.path.as)/bin/httpdispatch.exe
$(res.fgldir)/fglrun.exe
$(res.appdata.path)/app
$(res.appdata.path)/deployment
Note: Installation
directories may also be identified by environment variables which are set at installation time by
script files, see Table 1.