Skip to main content

28 docs tagged with "middleware"

View all tags

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.

Create an environment

This topic covers environments, which are groupings of infrastructure and middleware items such as hosts, servers, clusters, and so on. An environment is used as the target of a deployment, allowing you to map deployables to members of the environment.

Deploy an app on Microsoft IIS

This topic provides a guide for setting up and deploying a sample application using Deploy and the Microsoft IIS plugin.

Deploy versioned artifacts to Oracle WebLogic

This topic covers the Deploy WebLogic server (WLS) plugin, which allows you to manage deployments and resources on an Oracle WebLogic server. With this plugin, you can deploy multiple versions of the same application at the same time, which is known as a side-by-side deployment or versioning.

Discover middleware

You can use the discovery feature to import an existing infrastructure topology into the Deploy repository as configuration items (CIs).

Discover middleware using the Deploy CLI

This topic covers using the discovery feature to automatically create an accurate model of your infrastructure in Deploy. During discovery, Deploy scans your middleware environment and creates configuration items (CIs) in the repository. Discovery is part of the Deploy plugin suite, and the exact discovery functionality available depends on the middleware platforms that are present in your environment.

Extend the Deploy JBoss Domain plugin

This topic covers extending the Deploy plugin for 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.

Extend the GlassFish plugin

This topic covers 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.

Extend the IBM WebSphere AS plugin

You can extend the IBM WebSphere Application Server (WAS) plugin through Deploy's plugin API type system and using custom, user-defined Python scripts.

Extend the JBoss AS plugin

This topic explains how to extend the JBoss Application Server plugin using the Deploy plugin API type system and the Generic plugin patterns.

Extend the Oracle WebLogic plugin

You can extend the Deploy Oracle WebLogic (WLS) plugin using the Deploy plugin API type system and by using custom WebLogic Scripting Tool (WLST) Python scripts.

Extend the Tomcat plugin

This topic provides information about the Apache Tomcat plugin for Deploy which is designed to be extended through Deploy's plugin API type system.

Install build task in Microsoft VSTS/TFS

This topic provides information about setting up the Deploy plugin for Visual Studio Team Services. Before using the Deploy plugin for Visual Studio Team Services, you must install the Deploy build task in your on-premises Team Foundation Server (TFS) or in Microsoft Visual Studio Team Services (VSTS) server, which is also known as Visual Studio Online (VSO).

Troubleshoot an IBM WAS connection

The Deploy WebSphere Application Server (WAS) plugin uses the wsadmin tool to perform tasks. When Deploy starts wsadmin on a server for the first time, you must interactively accept the dmgr certificate. Deploy cannot do that, so it will hang if you do not accept the certificate. This is an example of the output that appears in the step log:

Use control tasks

Control tasks are actions that you can perform on middleware or middleware resources. For example, checking the connection to a host is a control task. When you trigger a control task, Deploy starts a task that executes the steps associated with the control task.