Default gateway.xml Configuration

Default gateway.xml Configuration

The server configuration file that is shipped with
Managed File Transfer
Gateway contains the following settings:
<?xml version="1.0" encoding="UTF-8"?> <gateway controllerAddress="192.168.1.212" controllerPort="9100" dataAddress="192.168.1.212" dataPort="9101" shutdownPort="9105" proxyEnabled="true" proxyAddress="192.168.1.212" proxyPort="9102" passiveProxyAddress="192.168.1.212" passiveProxyPortRangeFrom="30000" passiveProxyPortRangeTo="32000" forwardProxyLocalAddress="192.168.1.212" minThreads="10" maxThreads="2000" threadKeepAlive="60"> <rules> <rule name="default"> <loadBalancer algorithm="roundrobin" /> </rule> <rule name="https"> <loadBalancer algorithm="roundrobin"> <sessionPersistence type="ip" timeout="300" /> </loadBalancer> </rule> </rules> </gateway>

0 COMMENTS

We’d like to hear from you!