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

« back to all changes in this revision

Viewing changes to README.md

  • Committer: saurabh.kumar at co
  • Date: 2014-12-22 12:23:44 UTC
  • Revision ID: saurabh.kumar@techblue.co.uk-20141222122344-a8uhvtjmkvt131ko
updated readme file and used  variable to access templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Overview
2
2
 
3
 
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.
 
3
This charm deploys the slave node of Wildfly application server in domain mode.
 
4
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.
4
5
 
5
6
 
6
7
##Usage
20
21
 
21
22
    - juju destroy-service wildfly-ha-slave
22
23
 
23
 
to expose the wildfly charm run the following command
 
24
To expose the wildfly charm run the following command
24
25
 
25
26
    - juju expose wildfly-ha-slave
26
 
 
 
27
To create a HA cluster
 
28
    - juju add-relation wildfly-ha-slave wildfly-ha-master
27
29
 
28
30
##Contact Information
29
31
 
30
32
###Author Contact Information
31
 
    - Author Name : Saurabh
32
 
    - Email ID    : saurabh.kumar@techblue.co.uk
33
 
    - Company     : technologyblueprint.co.uk
 
33
    - 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
 
34
    - Company     : www.technologyblueprint.co.uk
34
35
###Wildfly Server Contact Information
35
36
    - [ wildfly website ] (http://wildfly.org)
36
37
    - [ wildfly documentation ] (https://docs.jboss.org/author/display/WFLY8/Documentation)