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

Difference between revisions of "Ebam/Configuration"

(New page: 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: <ul> <li><code>/conf/configuration.xml</...)
 
Line 8: Line 8:
 
</ul>
 
</ul>
 
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
 
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 <code>/conf/configuration.xml</code> inside the runtime plugin /plugins/org.eclipse.ebam.adapter_1.0.0.jar.

Revision as of 04:01, 24 August 2010

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