Specifications
ESRSHTTPS configuration
107
Troubleshooting
ESRSHTTPS configuration
The following configuration file sets the parameters for the
ESRSHTTPS listener:
../Gateway/ESRSHTTPS/esrshttps_config.xml
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings"
type="System.Configuration.ApplicationSettingsGroup,
System, Version
=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089">
<section name="esrshttp.Properties.Settings"
type="System.Configuration.ClientSettingsSection,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
requirePermission="false" />
</sectionGroup>
</configSections>
<connectionStrings />
<Settings>
<IPAddress>0.0.0.0</IPAddress>
<Port>443</Port>
<VirtualPath>incoming</VirtualPath>
<RootDir>/opt/emc/esrs2</RootDir>
<LogFileMaxSize>1024000</LogFileMaxSize>
<LogFileNumArchives>20</LogFileNumArchives>
</Settings>
</configuration>
Figure 67 esrshttps_config.xml file
esrshttps_config.xml
file parameters
The following describes the parameters in the esrshttps_config.xml
file:
ipaddress — Takes IP parameter as a string specifying the IP
address to be added to the esrshttps_config.xml file.
port — Takes port parameter as a string specifying the port
number to be added to the esrshttps_config.xml file.