RSS Feeds


Pages and Blog posts
Mailing list

The WebSphere container does not support WebSphere Application Server Community Edition, please prefer to use the "full" WebSphere package or WebSphere Application Server for Developers.

Container Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("websphere9x"...)

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

(tick) <containerId>websphere9x</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.websphere.WebSphere9xInstalledLocalContainer

(tick)

(tick)

 

   Passing system properties

(tick)

(tick)

(tick)

 

   Installer

(tick)

(tick)

(tick)

 

Remote Container

(error)

(error)

(error)

 

Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.websphere.WebSphere9xInstalledLocalDeployer

(tick)

(tick)

 

Embedded Deployer

(error)

(error)

(error)

 

Remote Deployer

(error)

(error)

(error)

 

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

Thought the WebSphere container supports standalone local configurations, it is recommended for you to prefer using WebSphere with an existing local configuration; i.e. a WebSphere profile you would create beforehand using WebSphere's setup commands and then use that with Codehaus Cargo.

For installed container o.c.c.c.websphere.WebSphere9xInstalledLocalContainer

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 8 or newer
By default, Codehaus Cargo will use the JVM from the WebSphere installation directory

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

GeneralPropertySet.RUNTIME_ARGS

(tick)

N/A

(green star)

cargo.servlet.port

ServletPropertySet.PORT

(tick)

9080

(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)

cargo.websphere.administration.port

WebSpherePropertySet.ADMINISTRATION_PORT

(tick)

9060

(green star)

cargo.websphere.administrator.password

WebSpherePropertySet.ADMIN_PASSWORD

(tick)

websphere

(green star)

cargo.websphere.administrator.user

WebSpherePropertySet.ADMIN_USERNAME

(tick)

websphere

(green star)

cargo.websphere.cell

WebSpherePropertySet.CELL

(tick)

cargoNodeCell

(green star)

cargo.websphere.classloader.mode

WebSpherePropertySet.CLASSLOADER_MODE

(tick)

PARENT_FIRST

(green star)

cargo.websphere.deployment.online

WebSpherePropertySet.ONLINE_DEPLOYMENT

(tick)

false

(green star)

cargo.websphere.ejb.act.binding

WebSpherePropertySet.EJB_TO_ACT_SPEC_BINDING

(tick)

N/A

(green star)

cargo.websphere.ejb.res.binding

WebSpherePropertySet.EJB_TO_RES_REF_BINDING

(tick)

N/A

(green star)

cargo.websphere.jms.sibus

WebSpherePropertySet.JMS_SIBUS

(tick)

jmsBus

(green star)

cargo.websphere.logging.rollover

WebSpherePropertySet.LOGGING_ROLLOVER

(tick)

50

(green star)

cargo.websphere.node

WebSpherePropertySet.NODE

(tick)

cargoNode

(green star)

cargo.websphere.profile

WebSpherePropertySet.PROFILE

(tick)

cargoProfile

(green star)

cargo.websphere.script.jython.offline

WebSpherePropertySet.JYTHON_SCRIPT_OFFLINE

(tick)

N/A

(green star)

cargo.websphere.script.jython.online

WebSpherePropertySet.JYTHON_SCRIPT_ONLINE

(tick)

N/A

(green star)

cargo.websphere.script.jython.replaceProperties

WebSpherePropertySet.JYTHON_SCRIPT_REPLACE_PROPERTIES

(tick)

false

(green star)

cargo.websphere.security.application

WebSpherePropertySet.APPLICATION_SECURITY

(tick)

true

(green star)

cargo.websphere.security.properties

WebSpherePropertySet.GLOBAL_SECURITY_PROPERTIES

(tick)

N/A

(green star)

cargo.websphere.server

WebSpherePropertySet.SERVER

(tick)

cargoServer

(green star)

cargo.websphere.session.properties

WebSpherePropertySet.SESSION_MANAGEMENT_PROPERTIES

(tick)

N/A

(green star)

cargo.websphere.war.classloader.policy

WebSpherePropertySet.WAR_CLASSLOADER_POLICY

(tick)

MULTIPLE

(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.websphere.WebSphere9xInstalledLocalContainer

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 8 or newer
By default, Codehaus Cargo will use the JVM from the WebSphere installation directory

(green star)

cargo.jvmargs

GeneralPropertySet.JVMARGS

(tick)

N/A

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

GeneralPropertySet.RUNTIME_ARGS

(tick)

N/A

(green star)

cargo.servlet.port

ServletPropertySet.PORT

(tick)

9080

(green star)

cargo.start.jvmargs

GeneralPropertySet.START_JVMARGS

(tick)

N/A

(green star)

cargo.websphere.administration.port

WebSpherePropertySet.ADMINISTRATION_PORT

(tick)

9060

(green star)

cargo.websphere.administrator.password

WebSpherePropertySet.ADMIN_PASSWORD

(tick)

websphere

(green star)

cargo.websphere.administrator.user

WebSpherePropertySet.ADMIN_USERNAME

(tick)

websphere

(green star)

cargo.websphere.cell

WebSpherePropertySet.CELL

(tick)

cargoNodeCell

(green star)

cargo.websphere.deployment.online

WebSpherePropertySet.ONLINE_DEPLOYMENT

(tick)

false

(green star)

cargo.websphere.node

WebSpherePropertySet.NODE

(tick)

cargoNode

(green star)

cargo.websphere.overwriteExistingConfiguration

WebSpherePropertySet.OVERWRITE_EXISTING_CONFIGURATION

(tick)

ALL

(green star)

cargo.websphere.profile

WebSpherePropertySet.PROFILE

(tick)

cargoProfile

(green star)

cargo.websphere.script.jython.online

WebSpherePropertySet.JYTHON_SCRIPT_ONLINE

(tick)

N/A

(green star)

cargo.websphere.script.jython.replaceProperties

WebSpherePropertySet.JYTHON_SCRIPT_REPLACE_PROPERTIES

(tick)

false

(green star)

cargo.websphere.server

WebSpherePropertySet.SERVER

(tick)

cargoServer

(green star)

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