RSS Feeds


Pages and Blog posts
Mailing list

With the opening of the JBoss EAP to the public and the split between JBoss and WildFly, the below naming correspondence should be used with JBoss EAP containers:

  • What Cargo calls JBoss 6.x is what JBoss refers to as JBoss Application Server version 6; i.e. the version released in December 2010
  • What Cargo calls JBoss 6.1.x is what JBoss refers to as JBoss Application Server version 6.1; i.e. the version released in August 2011
  • What Cargo calls JBoss 7.1.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.0; i.e. the build from JBoss Application Server (AS) version 7.1 released in February 2012
  • What Cargo calls JBoss 7.2.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.1; i.e. the build from JBoss Application Server (AS) version 7.2 released in May 2013
  • What Cargo calls JBoss 7.3.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.2; i.e. the build from JBoss Application Server (AS) version 7.3 released in October 2013
  • What Cargo calls JBoss 7.4.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.3; i.e. the build from JBoss Application Server (AS) version 7.4 released in June 2014
  • What Cargo calls JBoss 7.5.x is what JBoss refers to as JBoss Enterprise Application Platform (EAP) version 6.4; i.e. the build from JBoss Application Server (AS) version 7.5 released in October 2015
  • The WildFly 10.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.0; i.e. the version released in May 2016
  • The WildFly 11.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.1; i.e. the version released in December 2017
  • The WildFly 14.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.2; i.e. the version released in January 2019
  • The WildFly 18.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.3; i.e. the version released in March 2020
  • The WildFly 23.x container can be used with the JBoss Enterprise Application Platform (EAP) version 7.4; i.e. the version released in July 2021
  • The WildFly 28.x container can be used with the JBoss Enterprise Application Platform (EAP) version 8.0; i.e. the version released in February 2024

Container Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("jboss72x"...)

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

(tick) <containerId>jboss72x</containerId>

 

Local Container

(tick)

(tick)

(tick)

 

Container Classpath

(tick)

(tick)

(tick)

Read more on JBoss 7.x onwards and WildFly container classpath

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.JBoss72xInstalledLocalContainer

(tick)

(tick)

 

   Passing system properties

(tick)

(tick)

(tick)

 

   Installer

(tick)

(tick)

(tick)

 

Remote Container

(tick) o.c.c.c.jboss.JBoss72xRemoteContainer

(tick)

(tick)

 

Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.jboss.JBoss7xInstalledLocalDeployer

(tick)

(tick)

 

Embedded Deployer

(error)

(error)

(error)

 

Remote Deployer

(tick) o.c.c.c.jboss.JBoss7xRemoteDeployer

(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.JBoss72xInstalledLocalContainer

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 6 or newer
Due to incompatibilities with its OSGi environment, JBoss 7.2.x doesn't run on Java 8 and above

(green star)

cargo.jboss.ajp.port

JBossPropertySet.JBOSS_AJP_PORT

(tick)

8009

(green star)

cargo.jboss.configuration

JBossPropertySet.CONFIGURATION

(tick)

standalone

(green star)

cargo.jboss.deployer.keepOriginalWarFilename

JBossPropertySet.DEPLOYER_KEEP_ORIGINAL_WAR_FILENAME

(tick)

false

(green star)

cargo.jboss.deployment.dir

JBossPropertySet.ALTERNATIVE_DEPLOYMENT_DIR

(tick)

N/A

(green star)

cargo.jboss.https.port

JBossPropertySet.JBOSS_HTTPS_PORT

(tick)

8443

(green star)

cargo.jboss.management-http.port

JBossPropertySet.JBOSS_MANAGEMENT_HTTP_PORT

(tick)

9990

(green star)

cargo.jboss.management-https.port

JBossPropertySet.JBOSS_MANAGEMENT_HTTPS_PORT

(tick)

9993

(green star)

cargo.jboss.management-native.port

JBossPropertySet.JBOSS_MANAGEMENT_NATIVE_PORT

(tick)

9999

(green star)

cargo.jboss.modules.dir

JBossPropertySet.ALTERNATIVE_MODULES_DIR

(tick)

modules

(green star)

cargo.jboss.remoting.transport.port

JBossPropertySet.JBOSS_REMOTING_TRANSPORT_PORT

(tick)

4447

(green star)

cargo.jboss.script.cli.online

JBossPropertySet.CLI_ONLINE_SCRIPT

(tick)

N/A

(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.runtime.args

GeneralPropertySet.RUNTIME_ARGS

(tick)

N/A

(green star)

cargo.servlet.port

ServletPropertySet.PORT

(tick)

8080

(green star)

cargo.servlet.users

ServletPropertySet.USERS

(tick)

N/A

(green star)

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.

Existing Local Configuration Properties

For installed container o.c.c.c.jboss.JBoss72xInstalledLocalContainer

Runtime Configuration Properties

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

For remote container o.c.c.c.jboss.JBoss72xRemoteContainer
Copyright 2004-2024. All rights reserved unless otherwise noted.
Click here to read our privacy and cookie policy