Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 76 Next »

This page has been automatically generated by Cargo's build. Do not edit it directly as it'll be overwritten next time it's generated again.

Container Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("jetty9x"...)

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

(tick) <containerId>jetty9x</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

(tick) o.c.c.c.jetty.Jetty9xEmbeddedLocalContainer

(tick)

(tick)


  Installed Container

(tick) o.c.c.c.jetty.Jetty9xInstalledLocalContainer

(tick)

(tick)


   Passing system properties

(tick)

(tick)

(tick)


   Installer

(tick)

(tick)

(tick)


Remote Container

(tick) o.c.c.c.jetty.Jetty9xRemoteContainer

(tick)

(tick)


Configuration Features

Deployer Features

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.jetty.Jetty9xInstalledLocalDeployer

(tick)

(tick)


Embedded Deployer

(tick) o.c.c.c.jetty.Jetty7xEmbeddedLocalDeployer

(tick)

(tick)


Remote Deployer

(tick) o.c.c.c.jetty.JettyRemoteDeployer

(tick)

(tick)


Other Features

Feature name

Java API

Ant tasks

Maven 2 / 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.jetty.Jetty9xInstalledLocalContainer

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.

How to run Jetty under a Java Security Manager

Jetty 9.x can be configured to run under a Java Security Manager.

For further information on how to achieve this, please refer to the associated tip in the Maven2/Maven3 Plugin Tips page.

For embedded container o.c.c.c.jetty.Jetty9xEmbeddedLocalContainer

Existing Local Configuration Properties

For installed container o.c.c.c.jetty.Jetty9xInstalledLocalContainer

If you specify cargo.runtime.args with --ini=anyfile.ini (where anyfile.ini points to a Jetty INI file), any property set in the CARGO Jetty container will be ignored and the ones read from the INI file used instead.

Runtime Configuration Properties

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

For remote container o.c.c.c.jetty.Jetty9xRemoteContainer

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: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.15.v20190215/jetty-distribution-9.4.15.v20190215.tar.gz

  • No labels