Adaptor.xml File - MACROMEDIA FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA SERVER Manual

Managing flash media server
Table of Contents

Advertisement

Adaptor.xml file

The Adaptor.xml file is the configuration file for individual network adaptors in Flash Media
Server. It determines the number of threads that can be used by the adaptor, the
communications ports that adaptor binds to, and the IP addresses or domains from which the
adaptor can accept connections.
You can also implement SSL with the Adaptor.xml file, if you want to use different digital
certificates for different adaptors.
Each adaptor has its own directory inside the server's
directory is the name of the adaptor. Each adaptor directory must contain an Adaptor.xml file.
For example, the default adaptor included with the server at installation is named
_defaultRoot_, and its directory is found in the conf/ directory. To change an adaptor's
settings, you edit the tags in its Adaptor.xml file.
The Adaptor.xml file contains the following tag structure:
<Adaptor>
<ResourceLimits>
<MaxFailures></MaxFailures>
<RecoveryTime></RecoveryTime>
</ResourceLimits>
<HostPortList>
<HostPort name="xxxx"></HostPort>
</HostPortList>
<Allow></Allow>
<Deny></Deny>
<Order></Order>
<HTTPTunnel>
<Enable></Enable>
<NodeID></NodeID>
<IdlePostInterval></IdlePostInterval>
<IdleAckInterval></IdleAckInterval>
<MimeType></MimeType>
<WriteBuffSize></WriteBuffSize>
<SetCookie></SetCookie>
<Redirect enable="false" maxbuf="16384"></Redirect>
<NeedClose></NeedClose>
<MaxWriteDelay></MaxWriteDelay>
</HTTPTunnel>
<SSL>
<SSLServerCtx>
<SSLCertificateFile></SSLCertificateFile>
<SSLCertificateKeyFile></SSLCertificateKeyFile>
<SSLPassPhase></SSLPassPhase>
<SSLCipherSuite></<SSLCipherSuite>
<SSLTimeout></SSLTimeout>
</SSLClientCtx>
directory. The name of the
conf
XML configuration files
147

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA SERVER and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents