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
- Host: GitHub
- URL: https://github.com/forge/plugin-jboss-as
- Owner: forge
- Created: 2012-01-16T19:59:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T00:44:28.000Z (almost 13 years ago)
- Last Synced: 2025-01-21T08:44:31.292Z (about 1 year ago)
- Language: Java
- Homepage: http://jboss.org/jbossas
- Size: 201 KB
- Stars: 10
- Watchers: 12
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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!