An open API service indexing awesome lists of open source software.

https://github.com/forge/plugin-jboss-as

JBoss AS7 Deployment / Management Plugin
https://github.com/forge/plugin-jboss-as

Last synced: 2 months ago
JSON representation

JBoss AS7 Deployment / Management Plugin

Awesome Lists containing this project

README

          

JBoss AS7 Deployment/Management Plugins
=======================================
To simplify the interaction with JBoss Application Server 7 using JBoss Forge: http://jboss.org/forge

Usage
=====
After installation, the server must be running in order to use any management commands.

1. Installation (requires an active project)

`$ forge install-plugin jboss-as-7`
`$ as7 setup`

2. Deployment

`$ as7 deploy`

3. Redeployment

`$ as7 redeploy`

3. Undeployment

`$ as7 undeploy`

Contribute
==========
This plugin is open source and is waiting for your contributions. Please `fork` this plugin and hack away!