Quickstart Guide

Version 1 by Vincent Zurczak
on Aug 21, 2013 15:18.

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

Changes (10)

View Page History
h2. Install binaries

# Make sure you have installed *Java 1.6* on your system (we currently support both [Oracle JDK|http://www.oracle.com/technetwork/java/javase/downloads/index.html] and [OpenJDK|http://openjdk.java.net/] Java Virtual Machines). system.
# If you have more than one JDK available, set the environment variable JAVA_HOME with the path of the JDK you want to use with Petals ESB.
# *Unzip* the lastest version of Petals ESB.
# *Unzip* Petals ESB and Petals CLI available in the latest version of Petals ESB Enterprise distribution.
# On POSIX systems, if needed, set the [execute bit|http://en.wikipedia.org/wiki/Filesystem_permissions] on _bin/petals-esb.sh_ and _bin/petals-cli.sh_


* On POSIX systems, run _bin/petals-esb.sh_ in a terminal


h2. Deploy a JBI component

Petals (JBI) components are available on [Petals' website|http://petals.ow2.org].

If you want to deploy the XSLT service engine, type in the following line in your another 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
$ petals-cli.sh -h localhost -n 7700 -u petals -p petals -c -- deploy -u http://mirrors.ibiblio.org/pub/mirrors/maven2/org/ow2/petals/petals-se-xslt/2.7.0/petals-se-xslt-2.7.0.zip
$
{code}
\\
In the same time, these lines should be written at the end of the file _logs/petals.log_

{warning}Because of [PETALSSEXSLT-21|https://jira.petalslink.com/browse/PETALSSEXSLT-21], the version 2.7.1 or upper must be used for Petals SE XSLT{warning}

You can see log trace about installation of the component displayed in the terminal of Petals ESB. 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