jboss.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Oct 2017 20:50:44 +0300
changeset 2197 5ee52f8d25b5
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
permissions -rw-r--r--
Changing Vagrant home directory.

.. -*- coding: utf-8; -*-

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

JBoss documentation.
====================

 * https://docs.jboss.org/author/display/AS7/Documentation
 * https://docs.jboss.org/author/display/AS7/Getting+Started+Guide
 * https://docs.jboss.org/author/display/AS7/Management+Clients
 * https://community.jboss.org/wiki/UsingJconsoleToConnectToJMXOnAS7
 * https://community.jboss.org/wiki/UsingCLIGUIWithJconsoleOnJBossAS7

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