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 12:58, 23 August 2010 by Unnamed Poltroon (Talk) (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</...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Back to the top