PEtALS

The component can be installed using specific JBI tasks.

Include the following code into your build.xml file to reference them :

<path id="jbitask.classpath">
  <pathelement location="petals-ant.jar" />
</path>

<!-- import taskdef of Petals ant tasks into this ant file-->
<taskdef file="taskdef.properties">
  <classpath refid="jbitask.classpath"/>
</taskdef>

You need to copy in the same directory than your build.xml file the following resources :

The component can be automatically installed and started by copying the archive file into the $PETALS_HOME/install directory.

[]Caution

The installation and the start of the component are sequentially performed. So you can not configure the component in this mode. To change the default configuration of the component, you need to edit and change the META-INF/jbi.xml file contained in the component archive, before installing it.

The component can be managed using the JMX administration of PEtALS.

To connect to a PEtALS JMX server with RMI, use the following URI :

service:jmx:rmi:///jndi/rmi://<host>:<port>/management/rmi-jmx-connector