Configuring the Integrator ETL Server license

After installing the Integrator ETL Server web application into the WebLogic domain, you must configure the license.

Before configuring the license, create the WebLogic Server domain to which you want to install Integrator ETL Server.

You can configure the license either before or after installing the Integrator ETL Server web application.

You may want to stop the Integrator ETL Server domain before starting the license configuration.

The license for Integrator ETL Server is a file named license.dat, which included in the Integrator ETL Server package for WebLogic. After unzipping the package, you may want to copy the file license.dat to a permanent location.

To configure the Integrator ETL Server license.

  1. Using a simple text editor, create a file named cloverServer.properties.
  2. In the file cloverServer.properties, add the property license.file. The value of this property is the path to the file license.dat. Save cloverServer.properties.
    Note: Use slashes to specify the path to this file, regardless of the operating system to which you have installed WebLogic Server and Integrator ETL Server.
    For example, in a Windows installation you placed license.dat in the Integrator ETL Server domain home directory, the value of the license.file property would be C:/Oracle/Middleware/user_projects/domains/endeca_integrator_server_domain/license.dat :
    license.file=C:/Oracle/Middleware/user_projects/domains/endeca_integrator_server_domain/license.dat
  3. In your domain home directory, edit the domain start file (startWebLogic.sh in Linux or startWebLogic.cmd in Windows). Add the path to the cloverServer.properties file to the Java options using the -Dclover_config_file property.
    • In Linux:
      export JAVA_OPTIONS="$JAVA_OPTIONS
      				  -Dclover_config_file=Oracle/Middleware/user_projects/domains/endeca_integrator_server_domain/cloverServer.properties"
    • In Windows:
      set JAVA_OPTIONS=%JAVA_OPTIONS%
      				  -Dclover_config_file=C:/Oracle/Middleware/user_projects/domains/endeca_integrator_server_domain/cloverServer.properties
  4. Restart your WebLogic Server domain.
  5. Start a browser and enter the URL http://localhost:8301/clover

Integrator ETL Server returns the login page.


Integrator ETL Server log in page after license has been configured

To log in to Integrator ETL Server, enter clover in the Username field and clover in the password field.