Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The user has to install a webserver where the web application will be hosted.
    We recommend the use of jetty, because it is a lightweight webservlet container easy to set up and with few configuration expenses.
    The web application will work on other servlet containers, too.
  • Deployment of the necessary libraries
    Libraries which are used by the web application are deployed because it is not sure that there is a reachable integrated in the war file, therefore it runs independently to any JobScheduler instance.
  • a database connection
    A database connection to the database which holds the transfer history has to be configured.

Installation

 

Configuration Files

The war file jade-history-<version>.war contains some configuration files, which a updated during setup.

...