GithubHelp home page GithubHelp logo

ifrpl / puppet-jbossas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soluvas/puppet-jbossas

0.0 5.0 0.0 128 KB

JBoss AS 7.x Puppet module

Home Page: http://www.jboss.org/jbossas/

Puppet 60.66% Shell 35.72% Ruby 3.62%

puppet-jbossas's Introduction

JBoss AS Puppet Module

soluvas/puppet-jbossas Project on GitHub

Installation

1. Clone from git: git://github.com/soluvas/puppet-jbossas.git
2. Make a symlink in /etc/puppet/modules/jbossas/home/ceefour/git/puppet-jbossas

Dependencies

  • Package['curl']
  • JRE runtime

Usage

Typical production settings:


  package {
    curl:                   ensure => present;
    daemon:                 ensure => present;
    openjdk-7-jre-headless: ensure => present;
  }
  class { jbossas:
    bind_address => '127.0.0.1',
  }
  Package['openjdk-7-jre-headless'] -> Class['jbossas']

Typical development settings:


class { jbossas: }

Available parameters and their default values:

You can use your own mirror, can be HTTP, FTP, filesystem, or anything supported by curl:

class { jbossas:
	mirror_url => 'file:///home/ceefour/Public/'
}

Recommended configuration for Soluvas & Bippo:

class { jbossas:
	http_port => 9080,
	https_port => 9443
}

Virtual Server

Example:

jbossas::virtual_server { satukancinta:
	default_web_module => 'satukancinta-web',
	aliases => ['satukancinta.dev', 'www.satukancinta.dev'],
	ensure => present
}

Note that you still need to have WEB-INF/jboss-web.xml in your webapp containing:

<jboss-web>
	<virtual-host>satukancinta</virtual-host>
</jboss-web>

See: Virtual Hosts with JBoss AS 7

puppet-jbossas's People

Contributors

ceefour avatar grzana12 avatar

Watchers

Mariusz `shd` Gliwiński avatar  avatar James Cloos avatar Zbigniew 'zibi' Jarosik avatar Radek Pieczonka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.