Firewall

The Firewall directive, whose characteristics are listed in the following table, specifies whether there is a firewall between the mod_ jadehttp module and the JADE application.

Characteristic Value
Action Indicates if there is a firewall between mod_jadehttp and JADE
Syntax Firewall on|off
Context Location
Handler jadehttp-handler
Module mod_jadehttp
Example Firewall on

The Firewall directive is similar to the Firewall parameter in the [Jadehttp Files] section of the jadehttp.ini file for IIS servers, described earlier in this chapter. If a firewall is present, file transfers between JADE and the Web server must be done by using the mod_ jadehttp module.

The firewall must be enabled at both ends of the connection (that is, if you are uploading images from another machine for a JADE Web-enabled form over a TCP/IP connection, the Firewall configuration directive in the JADE mod_ jadehttp module must be set to on and the Firewall parameter in the [WebOptions] section of the JADE initialization file must be set to true).

When transferred, the files will be placed in the directory specified in the PhysicalDirectory directive.