DMZ hybrid mode
It is possible to put the DMZ server into a special mode in which no requests to the DMZ server are forwarded to the inner system, i.e. FTP uploads, for example, remain in the directory of the FTP user, HTTP requests are responded to with status 404, etc.
However, all other functions (e.g. status queries for the dashboard, jobs from inner Integration Server to the DMZ server (sending/fetching data), etc.) are executed as usual.
Thus, for FTP, for example, the DMZ server acts like any other FTP server, since there is no event-based handling of files.
To do this, add the following section to the configuration file ./etc/startup_dmz.xml (inside the CommunicationForwardManager).
<
Set
name
=
"noForwardEvents"
>true</
Set
>
Important note: If the AS2 service is installed and started on the DMZ server with option "handleAS2" in configuration file ./etc/startup_dmz.xml, i.e. not with HTTP forwarding, but with direct handling, AS2 events are still passed inwards.