Petals ESB "Autoloader"

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h1. Configuration

h2. Runtime configuration parameters

Configuration parameters of the Petals ESB Autoloader are available into the container local configuration (ie. into the file {{server.properties}}:
|| Parameter/Property name || Default value || Description ||
| {{petals.autoloader.path.install}} | {{$\{petals.data.basedir}/install}} | Directory to install/deploy JBI artifacts |
| {{petals.autoloader.path.installed}} | {{$\{petals.data.basedir}/installed}} | Directory to uninstall/undeploy JBI artifacts |

h2. Logging configuration parameters

The Petals ESB Autoloader uses the following logger to trace its execution: {{Petals.Extensions.AutoLoaderService}}.

As the Petals ESB Autoloder is provided into the ZIP Archive of Petals ESB, the logging configuration is already configured. If you install this extension through Debian or RPM package, just add the following lines to your {{loggers.properties}}:
{code}
#Petals.Extensions.AutoLoaderService.level=FINEST
{code}