Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Ebam/Configuration

< Ebam
Revision as of 04:01, 24 August 2010 by Unnamed Poltroon (Talk)

eBAM has several configuration files that allow to modify the behaviour of the runtime. Here is the list of the configuration files you can modify:

  • /conf/configuration.xml inside the runtime plugin /plugins/org.eclipse.ebam.adapter_1.0.0.jar
  • /conf/configuration.xml inside the runtime plugin /plugins/org.eclipse.ebam.eventmanager_1.0.0.jar
  • /conf/mail.xml inside the runtime plugin /plugins/org.eclipse.ebam.eventmanager_1.0.0.jar
  • /ebamDB/url.properties inside the runtime plugin /plugins/org.eclipse.ebam.h2_1.0.0.jar
  • /src/META_INF/persistence.xml inside the runtime plugin /plugins/org.eclipse.ebam.h2_1.0.0.jar

Moreover, in each plugin of the runtime under the folder /src you find the logback.xml file to the configuration of logging of plugins.All the log file are under the /CATALINA_IS_UNDEFINED folder in the runtime

Configuring adapter manager and adapters

To configure the adapter manager and source adapters, you have to modify the /conf/configuration.xml inside the runtime plugin /plugins/org.eclipse.ebam.adapter_1.0.0.jar.

Back to the top