Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Container Instantiation

(tick) ContainerFactory.createContainer("glassfish2x"...)

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

(tick) <containerId>glassfish2x</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.glassfish.GlassFish2xInstalledLocalContainer

(tick)

(tick)


   Passing system properties

(tick)

(tick)

(tick)


   Installer

(tick)

(tick)

(tick)


Remote Container

(error)

(error)

(error)


...

...

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Installed Deployer

(tick) o.c.c.c.glassfish.GlassFish2xInstalledLocalDeployer

(tick)

(tick)


Embedded Deployer

(error)

(error)

(error)


Remote Deployer

(error)

(error)

(error)


...

Info
titleAdding arguments to the Deployer

The GlassFish / Payara installed deployer allows for additional deployment and undeployment arguments by adding properties prefixed with GlassFishPropertySet.DEPLOY_ARG_PREFIX and GlassFishPropertySet.UNDEPLOY_ARG_PREFIX respectively followed by a number starting at 1.

...

Feature name

Java API

Ant tasks

Maven 2 / Maven 3 plugin

Comment

Debugging

(tick)

(tick)

(tick)


...