JBoss.orgCommunity Documentation
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.0.0.Final.tar.gz
The distribution will be located in a directory named
ironjacamar-1.0.0.Final
Extract the distribution using
unzip ironjacamar-1.0.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.0.0.Final
The IronJacamar container has the following directory structure:
The IronJacamar provides the Java EE Connector Architecture (JCA) container for JBoss Application Server 7 and future versions.
The container can be updated in the JBoss Application Server 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.0.0.Final /path/to/as7/installation
where 1.0.0.Final
is the version identifier of the IronJacamar container
and the path points to the top-level directory of the JBoss Application Server installation.
You can get an overview of all IronJacamar releases by searching our Nexus repository.