RSS Feeds


Pages and Blog posts
Mailing list

Container Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("jboss5x"...)

(tick) <cargo containerId="jboss5x".../>

(tick) <containerId>jboss5x</containerId>

 

Local Container

(tick)

(tick)

(tick)

 

Container Classpath

(tick)

(tick)

(tick)

 

Container Start

(tick)

(tick)

(tick)

 

Container Stop

(tick)

(tick)

(tick)

 

Container Timeout

(tick)

(tick)

(tick)

 

Embedded Container

(error)

(error)

(error)

 

Installed Container

(tick) o.c.c.c.jboss.JBoss5xInstalledLocalContainer

(tick)

(tick)

 

   Passing system properties

(tick)

(tick)

(tick)

 

   Installer

(tick)

(tick)

(tick)

 

Remote Container

(tick) o.c.c.c.jboss.JBoss5xRemoteContainer

(tick)

(tick)

 

Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.jboss.JBossInstalledLocalDeployer

(tick)

(tick)

 

Embedded Deployer

(error)

(error)

(error)

 

Remote Deployer

(tick) o.c.c.c.jboss.JBoss5xRemoteDeployer

(tick)

(tick)

 

Other Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Debugging

(tick)

(tick)

(tick)

 

Supported Configuration properties

The tables below list both the general configuration properties as well as the container-specific ones.

Standalone Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss5xInstalledLocalContainer

Property name

Java Property

Supported?

Default value

Javadoc

cargo.hostname

GeneralPropertySet.HOSTNAME

(tick)

localhost

(green star)

cargo.java.home

GeneralPropertySet.JAVA_HOME

(tick)

JAVA_HOME version 5 or newer
Due to incompatibilities with its JSP environment, JBoss 5.x doesn't run on Java 8 and above

(green star)

cargo.jboss.ajp.port

JBossPropertySet.JBOSS_AJP_PORT

(error)

N/A

 

cargo.jboss.classloading.webservice.port

JBossPropertySet.JBOSS_CLASSLOADING_WEBSERVICE_PORT

(tick)

8083

(green star)

cargo.jboss.configuration

JBossPropertySet.CONFIGURATION

(tick)

default

(green star)

cargo.jboss.deployer.keepOriginalWarFilename

JBossPropertySet.DEPLOYER_KEEP_ORIGINAL_WAR_FILENAME

(tick)

false

(green star)

cargo.jboss.deployment.dir

JBossPropertySet.ALTERNATIVE_DEPLOYMENT_DIR

(error)

N/A

 

cargo.jboss.ejb3.remoting.port

JBossPropertySet.JBOSS_EJB3_REMOTING_PORT

(tick)

3873

(green star)

cargo.jboss.invoker.pool.port

JBossPropertySet.JBOSS_INVOKER_POOL_PORT

(tick)

4445

(green star)

cargo.jboss.jmx.port

JBossPropertySet.JBOSS_JMX_PORT

(error)

N/A

 

cargo.jboss.jrmp.invoker.port

JBossPropertySet.JBOSS_JRMP_INVOKER_PORT

(tick)

4444

(green star)

cargo.jboss.jrmp.port

JBossPropertySet.JBOSS_JRMP_PORT

(tick)

1090

(green star)

cargo.jboss.management-http.port

JBossPropertySet.JBOSS_MANAGEMENT_HTTP_PORT

(error)

N/A

 

cargo.jboss.management-native.port

JBossPropertySet.JBOSS_MANAGEMENT_NATIVE_PORT

(error)

N/A

 

cargo.jboss.modules.dir

JBossPropertySet.ALTERNATIVE_MODULES_DIR

(error)

N/A

 

cargo.jboss.naming.port

JBossPropertySet.JBOSS_NAMING_PORT

(tick)

1098

(green star)

cargo.jboss.osgi.http.port

JBossPropertySet.JBOSS_OSGI_HTTP_PORT

(error)

N/A

 

cargo.jboss.remoting.transport.port

JBossPropertySet.JBOSS_REMOTING_TRANSPORT_PORT

(tick)

4446

(green star)

cargo.jboss.transaction.recoveryManager.port

JBossPropertySet.JBOSS_TRANSACTION_RECOVERY_MANAGER_PORT

(tick)

4712

(green star)

cargo.jboss.transaction.statusManager.port

JBossPropertySet.JBOSS_TRANSACTION_STATUS_MANAGER_PORT

(tick)

4713

(green star)

cargo.jvmargs

GeneralPropertySet.JVMARGS

(tick)

N/A

(green star)

cargo.logging

GeneralPropertySet.LOGGING

(tick)

medium

(green star)

cargo.port.offset

GeneralPropertySet.PORT_OFFSET

(tick)

0

(green star)

cargo.process.spawn

GeneralPropertySet.SPAWN_PROCESS

(tick)

false

(green star)

cargo.protocol

GeneralPropertySet.PROTOCOL

(error)

http

 

cargo.remote.password

RemotePropertySet.PASSWORD

(tick)

N/A

(green star)

cargo.remote.username

RemotePropertySet.USERNAME

(tick)

N/A

(green star)

cargo.rmi.port

GeneralPropertySet.RMI_PORT

(tick)

1099

(green star)

cargo.runtime.args

GeneralPropertySet.RUNTIME_ARGS

(tick)

N/A

(green star)

cargo.servlet.port

ServletPropertySet.PORT

(tick)

8080

(green star)

cargo.servlet.users

ServletPropertySet.USERS

(error)

N/A

 

cargo.standalone.ignoreNonExistingProperties

GeneralPropertySet.IGNORE_NON_EXISTING_PROPERTIES

(tick)

N/A

(green star)

cargo.start.jvmargs

GeneralPropertySet.START_JVMARGS

(tick)

N/A

(green star)

Datasource and Resource configuration

In addition to the forementioned properties, this container configuration can also set up datasources and/or resources.

For more details, please read: DataSource and Resource Support.

A side note on the JBoss ports:

  • The cargo.rmi.port corresponds to the Port parameter of the jboss:service=Naming bean.
  • The cargo.jboss.naming.port corresponds to the RmiPort parameter of the jboss:service=Naming bean.

Existing Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss5xInstalledLocalContainer

Runtime Configuration Properties

Before using the JBoss remote deployer, please read: JBoss Remote Deployer

For remote container o.c.c.c.jboss.JBoss5xRemoteContainer

Tested On

This container is automatically tested by the Continous Integration system every time there is a code change.
The server used for tests is downloaded from: https://repository.jboss.org/sourceforge/jboss-5.0.1.GA.zip

Copyright 2004-2024. All rights reserved unless otherwise noted.
Click here to read our privacy and cookie policy