Versions Compared

Key

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

Image Removed

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Table of Contents

Implementation Overview

WSO2 Application Server (AS) 5.2.1 is 1 is provided as a service on WSO2 Private PaaS 4.1.0. This is implemented by creating a template module and a cartridge agent plugin to automate the configuration in run-time. 

 

Template Module

WSO2 Application Server (AS) 5.2.1 template module provides a set of templates for configuring the Application Server with the Configurator. It can be found at the below location:

https://github.com/wso2/product-private-paas/tree/master/cartridges/templates-modules/wso2as-5.2.1

 

Cartridge Agent Plugin

A cartridge agent plugin has been implemented for the WSO2 Application Server (AS) 5.2.1 cartridge to automate the server configuration. This plugin configures the server hostname, cluster discovery parameters, proxy ports, etc:

https://github.com/wso2/product-private-paas/tree/master/cartridges/plugins/wso2as-5.2.1

...

the following:

  • Template module

    Panel
    borderColor#71CFF5
    borderWidth2

    The template module configures the product in runtime, with a set of key value pairs known as the configuration parameters.

  • Cartridge agent plugin

    Panel
    borderColor#71CFF5
    borderWidth2

    The cartridge agent plugin, sets the runtime configuration parameters such as hostnames, IP addresses of dependent clusters, dynamic proxy ports and many more.

  • Docker image

    Panel
    borderColor#71CFF5
    borderWidth2

    The Docker image is built by packaging the following components:

    • Cartridge agent

    • Product distribution

    • Template module

    • Configurator

    • Java runtime

  • Puppet module

    Panel
    borderColor#71CFF5
    borderWidth2

    The puppet module includes the same set of component as in the Docker image. In the puppet image the template module is used to configure automation.

 

Deploying WSO2 AS as a Service

Deploy WSO2 AS as a service using one of the following methods. 

 

Deployment Architecture

The diagram illustrates the deployment architecture of WSO2 AS on Private PaaS. In the deployment, two different Private PaaS clusters will be created for the AS manager and worker. These clusters can be scaled independently.

Image Added