user manual
36 BES Developer’s Guide
Microsoft Internet Information Services (IIS) web server
<!ELEMENT engine (#PCDATA)>
<!ELEMENT host (#PCDATA)>
<!ELEMENT authorization-domain (#PCDATA)>
<!ELEMENT security-role (role-name, deployment-role?)>
<!ELEMENT role-name (#PCDATA)>
<!ELEMENT deployment-role (#PCDATA)>
Adding ENV variables for the web container
You add web container ENV variables for a Partition the same way you set
any ENV variables for any Partition service; you use the <env-vars> element
and insert the xml code within the partition-process sub-element.
Note When adding web container ENV variables, be sure to type space-separated,
value pairs.
The configuration.xml file is located in the following directory:
<install_dir>/var/domains/<domain_name>/configurations/
<configuration_name>/
To add web container ENV variables for a Partition Managed Object, use the
env-vars element and env-var sub-element and the following syntax:
<managed-object name="standard"> ...>
<partition-process ...>
<env-vars ...>
<env-var name="name" value="value"/>
</env-vars>
...
</managed-object>
where <name> is the ENV variable name and <value> is the value you want to set
for the named ENV variable.
For example:
<managed-object name="standard"> ...>
<partition-process ...>
<env-vars ...>
<env-var name="ABC" value="val_abc"/>
</env-vars>
...
</managed-object>
For more information, go to the BDOC Reference, Managed Object elements
and attributes, process sub-elements section.
Microsoft Internet Information Services (IIS) web server
The Microsoft Internet Information Services (IIS) web server is not included
with any BES product offerings. However, BES does include the IIOP
redirector which provides connectivity from the Borland Tomcat-based web










