|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (8)
View Page Historyh2. 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
{code}
$ 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.2/petals-se-xslt-2.7.2.zip
$ 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.2/petals-se-xslt-2.7.2.zip
Component 'petals-se-xslt' installed
Component 'petals-se-xslt' started
Component 'petals-se-xslt' started
$
{code}
{code}
\\
In the same time, these lines should be written at the end of the file _logs/petals.log_
In the same time, these lines should be written at the end of the file _logs/petals.log_
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
2011-01-25 10:31:25,337 INFO [Petals.JBI-Management.InstallationServiceImpl] Installer of the component 'petals-se-xslt' loaded