jboss.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Oct 2012 16:38:00 +0300
changeset 1401 20910c04cbd7
parent 1400 afbda84d237c
child 1466 42c464aa8cd3
permissions -rw-r--r--
Fix RST syntax.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

===========
 JBoss AS.
===========
.. contents::

Starting local JBoss AS.
========================
::

  $ /opt/jboss/bin/standalone.sh &

Deploy war to JBoss AS with Maven.
==================================
::

  $ mvn help:describe -DartifactId=jboss-as-maven-plugin -DgroupId=org.jboss.as.plugins

See:

 * http://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/deployment-example.html