~charmers/charms/trusty/wildfly-ha-slave/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Overview

This charm deploys the slave node of Wildfly application server in domain mode.
This charm is intended to be used with wildfly-master charm in order to achieve a High Available domain mode clustering of wildfly application server.


##Usage

###Deployment steps
Once the juju environment is bootstrapped. Proceed with following steps.

This command deploys the charm in your juju environment.

    - juju deploy wildfly-ha-slave

To destroy the wildfly charm instance you need to run the following command

    - juju destroy-unit wildfly-ha-slave/(instance no.)

To destroy the wildfly service run the following command

    - juju destroy-service wildfly-ha-slave

To expose the wildfly charm run the following command

    - juju expose wildfly-ha-slave
To create a HA cluster
    - juju add-relation wildfly-ha-slave wildfly-ha-master

##Contact Information

###Author Contact Information
    - Author	  : This charm was produced by Technology Blueprint, Enterprise Java Specialists. If you need help with your Java deployment on Juju we provide commercial support at www.technologybueprint.co.uk
    - Company     : www.technologyblueprint.co.uk
###Wildfly Server Contact Information
    - [ wildfly website ] (http://wildfly.org)
    - [ wildfly documentation ] (https://docs.jboss.org/author/display/WFLY8/Documentation)
    - [ wildfly bug tracker ] (https://issues.jboss.org/browse/WFLY)