www.ironjacamar.orgCommunity Documentation
Table of Contents
Once you have downloaded the distribution you need to install it in a location of your choice.
Extract the distribution using
tar xzf ironjacamar-1.1.0.Final.tar.gz
The distribution will be located in a directory named
ironjacamar-1.1.0.Final
Extract the distribution using
unzip ironjacamar-1.1.0.Final.zip
or any program capable of handling Zip archives such as WinZip and WinRar.
The distribution will be located in a directory named
ironjacamar-1.1.0.Final
The IronJacamar container has the following directory structure:
The IronJacamar provides the Java EE Connector Architecture (JCA) container for WildFly 8 and future versions.
The container can be updated in WildFly by using the
as-upgrader.sh
script in the doc/as
directory.
This will allow an easy installation of IronJacamar patch releases to fix bugs
in the application server environment.
The script can be used, like:
./as-upgrader.sh 1.1.0.Final /path/to/wildfly/installation
where 1.1.0.Final
is the version identifier of the IronJacamar container
and the path points to the top-level directory of the WildFly installation.
You can also use 1.1.1-SNAPSHOT
in order to upgrade to a patch snapshot build.
You can get an overview of all IronJacamar releases by searching our Nexus repository.