GROUP (for a service)
This GROUP
element allows you to specify a directory where external Web
service application configuration files are located.
Syntax
<GROUP Id=name>path</GROUP>
- name is a string that uniquely identifies the group.
- path is the path to the directory where the external Web service application configuration files are to be placed.
Child elements
There are no child elements.
Usage
You use this element to declare a group and specify a directory where external application
configuration files belonging to this group are located. Once a GROUP
has been
declared, an administrator can add an external Web service application configuration file into the
specified directory, and the Genero Application Server locates and uses that file without having to
be restarted. You use the alias for the group in the application URL to specify where the
application configuration file is found.
Usage example
<GROUP id="mygroup">/home/myuser/config</GROUP>
URL with group
You use the alias for the group in the application URL to specify where the service application
configuration file is found.
http://webserver/gas/ws/r/mygroup/app1
Parent elements
This element is a child of the SERVICE_LIST
element.