Versions Compared

Key

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

...

Info
titleGlassFish 6.x and remote deployment

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.


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

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:

...