Glassfish / Sun Java System Application Server

Installation of CloverETL Server

  1. get web archive file (clover.war) with CloverETL Server application which is built for Glassfish (Tomcat)

  2. check prerequisites

    • JDK or JRE version 1.6.x or higher

    • Glassfish (CloverETL Server is tested with V2.1, see http://glassfish.java.net/public/downloadsindex.html#top)

  3. deploy WAR file

    Fill in attributes Application name and Context Root with value "clover". Fill in path to the WAR file on the server filesystem.

    • Copy WAR file to the server filesystem. CloverETL Server is packed in a WAR file of aproximately 100MB size, so it cannot be uploaded directly from your local filesystem using the Admin Console.

    • go to Glassfish Admin Console

      It is accessible on URL http://localhost:4848/ by default; default username/password is "admin"/"adminadmin"

    • go to section Applications > Web ApplicationsDeploy button

    • Submit form

Installation of CloverETL Server License

CloverETL Server requires valid license for executing graphs. You can install CloverETL Server without license, but no graph will be executed.

Settings of configuration and license is quite similar to WebSphere configuration.

  1. get file license.dat

  2. set CloverETL Server parameter license.file with path to license.dat file

    • There are more ways how to do this. The most direct way is to set environment property clover_license_file. (See "configuration" section for description of all possibilities).

      • go to Glassfish Admin Console

        By default accessible on URL http://localhost:4848/ with username/password admin/adminadmin

      • go to ConfigurationSystem Properties

      • create property named clover_license_file which value is absolute path to license.dat file on file system

      • This change requires restart of Glassfish.

[Note]Note

CloverETL license can be changed any time by replacing file license.dat. Then you have to let CloverETL Server know, that license is changed.

  • Go to web GUImonitoring sectionlicense tab

  • Then click the button reload license.

  • Or you can restart CloverETL Server application.