14.3 Configuring a Separate Web Server to Deploy the Filr Desktop Application

By default, the Filr server is configured to deploy the Filr desktop application and to provide the auto-update information. As a best practice to minimize load on the Filr server, we recommend that you set up a separate web server and configure it to deploy the desktop application and provide the auto-update information.

  1. Set up a web server as a host for the Filr desktop application auto-update information.

    This web server must be set up so that it does not require authentication.

  2. Download and extract the NovellFilrAutoUpdate.tgz file onto the web server. (You can download the NovellFilrAutoUpdate.tgz file from the Filr downloads page on the Novell Downloads site.)

    This compressed file contains all of the files required for installing the Filr desktop application.

    For example, if you download this file to the Desktop, extracting the file results in the following directories:

    https://web_server_DNS_or_IP/filr/desktop/novellfilr/osx

    https://web_server_DNS_or_IP/filr/desktop/novellfilr/windows

  3. (Conditional) If you have Windows XP workstations in your environment that will run Filr, you need to rename a couple files so that they are used instead of the default files.

    IMPORTANT:Because Microsoft .NET Framework 4.5 is not supported on Windows XP, the NovellFilrSetup-winxp-version.exe and novellfilr/windows/x86/version-winxp.json files are provided for organizations that have workstations that are running Windows XP. This version of Filr contains Microsoft .NET Framework 4.0 instead of 4.5.

    The only difference between this version of Filr and the version that runs Microsoft .NET Framework 4.5 is that the Filr tab is not available from the Windows Properties dialog box.

    1. Rename the version.json file to version-x86.json (or any other name of your choosing).

    2. Rename the version-winxp.json file to version.json.

  4. (Optional) Ensure that you can access the files on your web server through one of the following methods:

    • From a browser

      For example:

      http://web_server_address/desktopap/novellfilr/windows/x64/version.json
      
    • From a command line

      For example, from the Web server, SSH to the Filr appliance and run the following command:

      #wget http://web_server_address/desktopapp/novellfilr/windows/x64/version.json

  5. Configure the Filr desktop application as described in Section 14.2.1, Configuring the Filr Desktop Application for All Users.

    In the Deploy files accessed via a URL to another location field, specify one of the following URLs, depending on whether your web server is configured with secure HTTP:

    https://web_server_DNS_or_IP:8443/file_path/desktopapp/
    
    http://web_server_DNS_or_IP:8080/file_path/desktopapp/
    
  6. Click OK.