๐๏ธ GlassFish Plugin
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.
๐๏ธ Deploy an App on GlassFish
This tutorial describes how to deploy an application on GlassFish. It assumes you have the GlassFish plugin installed.
๐๏ธ Extend the GlassFish Plugin
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:
๐๏ธ JBoss AS Plugin
The Deploy JBoss Application Server (AS) plugin adds the capability to manage deployments and resources on a JBoss Application Server. It can be used to deploy and undeploy application artifacts, datasources, and other JMS resources. You can extend the plugin to support more deployment options or management of new artifacts and resources on JBoss Application Server.
๐๏ธ Discovery in the JBoss Application Server Plugin
After you specify the JBoss server home location and the host on which the JBoss server is running, you can use the JBoss Application Server plugin to discover the following properties on a running JBoss server:
๐๏ธ Extend the JBoss AS Plugin
You can extend the JBoss Application Server plugin using the Deploy plugin API type system. And because the JBoss plugin is built on the Deploy Generic plugin, you can also add support for new types using the Generic plugin patterns.
๐๏ธ JBoss Domain Plugin
The JBoss Domain, or jbossdm, plugin for Deploy can be used to manage deployments and resources on:
๐๏ธ Extend the Deploy JBoss Domain Plugin
You can extend the Deploy plugin for JBoss Enterprise Application Platform (EAP) 6 and JBoss Application Server (AS)/WildFly 7.1+ using the Deploy plugin API type system and Jython.
๐๏ธ Deploy an App on JBoss EAP or AS/WildFly
This tutorial describes how to deploy an application on JBoss EAP 6 or JBoss AS/WildFly 7.1+. It assumes you have the JBoss Domain plugin installed.
๐๏ธ Deploy a Batch Application on JBoss Using Batch-jberet
This topic describes how to configure an environment for running batch application and manage batch using the Batch-Jberet subsystem in JBoss DM plugin. It assumes you have the JBoss Domain plugin installed.
๐๏ธ Configure System Properties on JBoss Server Using Deploy
This topic describes how to configure system properties on JBoss server using Deploy. It assumes you have the JBoss Domain plugin installed.
๐๏ธ Configure Application by Enabling Logging Subsystem on JBoss Server Using Deploy
This topic describes how to configure and deploy the application by logging subsystem enabled on JBoss server using Deploy. It assumes you have the JBoss Domain plugin installed.
๐๏ธ Configure and Deploy Jboss Extension
This topic describes how to add and remove an extension on JBoss Plugin using Deploy server. It assumes you have the JBoss Domain plugin installed.
๐๏ธ Citrix NetScaler Plugin
The Citrix NetScaler Application Delivery Controller plugin enables Deploy to manage deployments to applications and web servers whose traffic is managed by a NetScaler load-balancing device.
๐๏ธ Introduction to the Deploy F5 BIG-IP Plugin
The F5 BIG-IP plugin adds the ability to manage deployments to application servers and web servers with traffic that is managed by a BIG-IP load balancing device.
๐๏ธ Discover Middleware
You can use the discovery feature to import an existing infrastructure topology into the Deploy repository as configuration items (CIs). You must have the discovery global permission to use the discovery feature.