WebDocuments

Figure. WebDocuments Service tab.

Field

Description

Enabled

Check the box to enable WebDocuments

WD server connection

Enter IP address of the server where WD are installed. See the information under the Test Connection button.

Test Connection

Click the button to test connection to the server where WD are installed.

Info Page

Click the button to proceed to the page with detailed information on WD.

WebClient Host

When using two load balanced servers, the SMTP Server field should be set like this:

127.0.0.1;localhost2

where localhost2 is to be mapped on each of two front end servers – for server 1, localhost2 is NAT IP of server 2 and vice versa.

In the load balanced scenario you might have to use the hosts file (\windows\system32\drivers\etc\) to have different settings for each front server, so each one uses the other one as redundancy.

Example

server 1 SMTP and POP = 127.0.0.1;localhost2

Then you map in that server's hosts file localhost to server 2's IP.

In server 2, SMTP/POP/IMAP fields = 127.0.0.1;localhost2

and same thing, in server 2's hosts file you put server 1's IP.

If you use a different port then the default one (for SMTP) in this scenario, you have to define this port (only) after the second host.

Example: 127.0.0.1;localhost2:587