Deploy an App on GlassFish
This tutorial describes how to deploy an application on GlassFish. It assumes you have the GlassFish plugin installed.
This tutorial describes how to deploy an application on GlassFish. It assumes you have the GlassFish plugin installed.
The Deploy GlassFish plugin is designed to be extended through the Deploy plugin API type system and Jython. The plugin wraps the GlassFish command-line interface (CLI) with a Jython runtime environment, so that extenders can interact with GlassFish and Deploy from the script. The Jython script is executed on the Deploy Server and has full access to the following Deploy objects:
The Deploy GlassFish plugin adds the capability to manage deployments and resources on the GlassFish application server. It can manage application artifacts, datasource and JMS resources via the GlassFish CLI, and can be extended to support more deployment options or management of new artifacts and resources on GlassFish.