User Guide
150 Configuration Files
Description of Adaptor.xml tags
The following alphabetical list of Adaptor.xml tags contains additional information, including
cross references to associated tags, syntax, and examples.
Adaptor
Root tag.
Description
The Adaptor tag contains all the tags in the Adaptor.xml file
Allow
This tag identifies the specific hosts from which clients can connect to the server.
Description
The Allow tag is a comma-delimited list of host names or domain names, and/or full or
partial IP addresses.
Example
<Allow>foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60</Allow>
See also
Deny, Order
Deny
This tag identifies the hosts whose clients’ attempts to connect to the server(s) will be rejected.
Description
The Deny tag is a comma-delimited list of host names or domain names and/or full or partial
IP addresses.
Example
<Deny>foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60</Deny>
See also
Allow, Order
Enable
This tag specifies whether or not to allow HTTP tunneling connections into the application.