Apama 10.7.2 | Connecting Apama Applications to External Components | Working with IAF Plug-ins | Using the IAF | The IAF runtime | Using the Apama component extended configuration file
 
Using the Apama component extended configuration file
 
Binding server components to particular addresses
Ensuring that client connections are from particular addresses
Setting environment variables for Apama components
Sample extended configuration file
The Apama component extended configuration file is an optional file that can be used by the IAF. You can use it to do the following:
*Bind Apama server components to a particular set of addresses.
*Specify that Apama client connections must be from a particular IP address or range of IP addresses.
*Set environment variables for Apama components.
In an extended configuration file, if a line includes a special character that you want to be treated as a literal, you must escape it by inserting a backslash just before it. A character that follows two consecutive backslashes (\\) is treated as a literal. Single quotes inside double quotes are treated as a literal. Double quotes inside single quotes are treated as a literal.
Note:
To configure the correlator, see Configuring the correlator.