Chapter 8. Standalone

8.1. Overview

The standalone JBoss JCA container implements Chapter 3 Section 5 of the JCA 1.6 specification which defines a standalone JCA environment.

The standalone container has the following layout:

  • $JBOSS_JCA_HOME/bin/

    contains the run scripts and the SJC kernel.

  • $JBOSS_JCA_HOME/config/

    contains the configuration of the container.

  • $JBOSS_JCA_HOME/deploy/

    contains the user deployments.

  • $JBOSS_JCA_HOME/lib/

    contains all the libraries used by the container.

  • $JBOSS_JCA_HOME/log/

    contains the log files.

  • $JBOSS_JCA_HOME/tmp/

    contains temporary files.

To start the container execute the following

cd $JBOSS_JCA_HOME/bin
./run.sh
      

.

8.2. JBoss Microcontainer

8.3. JBoss JCA/SJC

Warning

This standalone configuration is for development purposes only.

The JBoss JCA/SJC uses the Fungal kernel for its run-time environment.

The homepage for the Fungal is http://jesperpedersen.github.com/fungal

.

SJC is short for "Simple JCA Container".