Versions Compared

Key

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

...

The core functionality is implemented by the o.c.c.container.spi.deployer.AbstractJsr88Deployer class (a Deployer implementation), which acts as a proxy to the JSR88 DeploymentManager.

GlassFish

...

6.x

...

onwards, as well as newer versions of Payara

The GlassFish 6.x container doesn't have any remote deployers yet, as GlassFish 6.0 lacks JSR-88 support and it is unclear whether this will be included in a future release.

...

Until then, please follow the remote deployment instructions for GlassFish 6.x.

...

titleRemote deployment to recent Payara versions

Recent versions of Payara might have issues getting deployables uploaded via JSR-88, resulting in errors such as:

Code Block
languagebash
Distributing failed: Action failed Deploying application to target server failed; File not found

If you encounter such errors, please follow the remote deployment instructions for recent Payara versions.

GlassFish 3.x to 5.x and Payara

The GlassFish 3.x, GlassFish 4.xGlassFish 5.x and Payara remote containers use the JSR-88 API. For the connection to succeed, the following JARs need to be in the container classpath or in the current Java Thread's context classloader:

...