Configuring Generic Log Adapter for Hyades runtime

The Generic Log Adapter for Hyades runtime consists of the runtime jar files, batch files to run the Generic Log Adapter, and schema files that describe the Generic Log Adapter configuration file structure. The contents of the Generic Log Adapter runtime are as follows:

The following steps should be followed to configure the Generic Log Adapter:

  1. Go to the install directory of the Generic Log Adapter.
  2. Edit the gla.bat file for Windows or gla.sh file for Linux or Unix under the bin directory.
  3. Set the value of GLA_HOME to the install directory of the Generic Log Adapter. e.g.
    GLA_HOME=d:\GenericLogAdapter
  4. Append additional JAR files as required to the classpath. Use the absolute path for each user specified Jar file. e.g. To add d:\GenericLogAdapter\lib\myJar.jar to the classpath of the Generic Log Adapter runtime for windows,
    java -classpath %GLA_HOME%\lib\myJar.jar;%GLA_HOME%\lib\hparse.jar;

Related concepts
Generic Log Adapter editor

Related tasks
Developing an end-to-end transform solution
Testing an adapter configuration file with the editor test views
Deleting an adapter configuration file

Related reference
Configuration file structure
Regular expression grammar
Generic Log Adapter editor icons