|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (9)
View Page Historyh2. Manage JBI components with petals-cli
h2. Deploy a JBI component
# Download the [JBI components|http://petals.ow2.org/download-jbi-components.html] you would like to deploy in Petals ESB.
Petalslink JBI artefacts are availables on our [download website|http://petals.ow2.org/download-jbi-components.html] and also on maven repositories.
# \\
\\
If you want to deploy to XSLT service engine, you could type the following line in your terminal:
{code}
$ petals-cli deploy http://mirrors.ibiblio.org/pub/mirrors/maven2/org/ow2/petals/petals-se-xslt/2.4.1/petals-se-xslt-2.4.1.zip
Component 'petals-se-xslt' installed
Component 'petals-se-xslt' started
$
{code}
\\
In the same time, these lines should be written at the end of the file _logs/petals.log_
If you want to deploy to XSLT service engine, you could type the following line in your terminal:
{code}
$ petals-cli deploy http://mirrors.ibiblio.org/pub/mirrors/maven2/org/ow2/petals/petals-se-xslt/2.4.1/petals-se-xslt-2.4.1.zip
Component 'petals-se-xslt' installed
Component 'petals-se-xslt' started
$
{code}
\\
In the same time, these lines should be written at the end of the file _logs/petals.log_
{code}
2011-01-25 10:31:25,337 INFO [Petals.JBI-Management.InstallationServiceImpl] Installer of the component 'petals-se-xslt' loaded
2011-01-25 10:31:25,347 INFO [Petals.Container.Components.petals-se-xslt.bootstrap.petals-se-xslt] Install component [Name : petals-se-xslt, Version : 2.4.1]
2011-01-25 10:31:27,201 INFO [Petals.Container.Installer.petals-se-xslt] Component 'petals-se-xslt' installed
2011-01-25 10:31:27,206 INFO [Petals.Container.Components.petals-se-xslt] Init component...
2011-01-25 10:31:29,194 INFO [Petals.Container.Components.petals-se-xslt] Component initialized
2011-01-25 10:31:29,201 INFO [Petals.Container.Components.petals-se-xslt] Start component...
2011-01-25 10:31:29,363 INFO [Petals.Container.Components.petals-se-xslt] Storage Service is now running to process persisted notifications
2011-01-25 10:31:29,370 INFO [Petals.Container.Components.petals-se-xslt] Component started
2011-01-25 10:31:29,374 INFO [Petals.JBI-Management.InstallationServiceImpl] Component 'petals-se-xslt' started
{code}
2011-01-25 10:31:25,337 INFO [Petals.JBI-Management.InstallationServiceImpl] Installer of the component 'petals-se-xslt' loaded
2011-01-25 10:31:25,347 INFO [Petals.Container.Components.petals-se-xslt.bootstrap.petals-se-xslt] Install component [Name : petals-se-xslt, Version : 2.4.1]
2011-01-25 10:31:27,201 INFO [Petals.Container.Installer.petals-se-xslt] Component 'petals-se-xslt' installed
2011-01-25 10:31:27,206 INFO [Petals.Container.Components.petals-se-xslt] Init component...
2011-01-25 10:31:29,194 INFO [Petals.Container.Components.petals-se-xslt] Component initialized
2011-01-25 10:31:29,201 INFO [Petals.Container.Components.petals-se-xslt] Start component...
2011-01-25 10:31:29,363 INFO [Petals.Container.Components.petals-se-xslt] Storage Service is now running to process persisted notifications
2011-01-25 10:31:29,370 INFO [Petals.Container.Components.petals-se-xslt] Component started
2011-01-25 10:31:29,374 INFO [Petals.JBI-Management.InstallationServiceImpl] Component 'petals-se-xslt' started
{code}
h2. Stop
h2. Stop Petals ESB
* Type *ctrl+c* in the terminal
{column}
{column}