User Guide

XML configuration files 169
The routing information in the URI for a chain of explicit proxies specifically identifies
the sequence of edge servers in the chain.
The URI for a chain of explicit proxies directs all clients’ connection requests through a
specific sequence of edge servers before making the connection to the origin server.
The explicit proxy modifies the routing information in the URI by stripping off its token
or identifier in the URI before passing the URI on to the next server in the chain.
Syntax
<Anonymous>false</Anonymous>
The default value is false. Setting this tag to true creates an implicit proxy to intercept the
incoming URIs.
See also
Mode
AppInstanceGC
This tag specifies how often to check for and remove unused resources for application
instances, such as Shared Objects, Streams, and Script engines.
Description
The default interval is 1 minute.
AppsDir
This tag specifies the Applications directory for this virtual host.
Description
The Applications directory is the base directory where all applications for this virtual host are
defined. You define an application by creating a directory with the application name.
In Windows, the default AppsDir location is C:\Program Files\Macromedia\Flash
Media Server\applications
.
On Linux, the default location is /opt/macromedia/fms/applications.
Example
<AppsDir>C:\MyApps;D:\NewApps</AppsDir>