Chapter 2. Installation

CloverETL Server is shipped as a Web application archive (WAR file). Use standard methods for deploying a web application on you application server. Detailed information concerning the installation on a specific application server can be found in the chapters below.

The default installation (without changes to the configuration) does not need any extra database server. It uses the embedded Apache Derby DB. What is more, it does not need any subsequent configuration. CloverETL Server configures itself during the first startup. Database tables and some necessary records are automatically created on the first startup with an empty database. In the sandboxes section of the web GUI, you can check that there are sandboxes created with some demo graphs.

After successful installation open you browser and access the following URLs:

CloverETL web GUI - http://[host]:[port]/[contextPath]/gui

CloverETL HTTP API test page - http://[host]:[port]/[contextPath]/index.jsp

List of available installations:

In case of problems during the installation see Possible issues during installation.