Next: Tools, Previous: Admin Applications, Up: Structure of a Domain [Contents]
The Web Applications location contains web applications that were created using GSWeb or SOPE. These are programs contained with their resources in small wrappers very similar to standard applications.
In GNUmakefiles, the Web Applications location is available via
the GNUSTEP_WEB_APPS
variable, which is the Web Applications
location for the domain in which the software will be installed. You
can also reference the locations in the various domains directly by
using the variables GNUSTEP_SYSTEM_WEB_APPS
,
GNUSTEP_NETWORK_WEB_APPS
, GNUSTEP_LOCAL_WEB_APPS
and
GNUSTEP_USER_WEB_APPS
.
In gnustep-base, the Web Applications locations are available
by using the GSWebApplicationDirectory
directory key for
NSSearchPathForDirectoriesInDomains()
.