pekko/akka-kernel/src/main/dist
Arnout Engelen 54ccb293c8 Improve error when Cluster MBean is gone #2033
When the Cluster JMX MBean is missing jmxsh-R5.jar produces 'Cannot convert
result to a string' as an error message.

Recognize this error and give a more meaningful one back to the user.
2016-03-22 15:37:06 +01:00
..
bin Improve error when Cluster MBean is gone #2033 2016-03-22 15:37:06 +01:00
config =pro,sam,act Change version to 2.4-SNAPSHOT 2014-03-07 14:53:35 +01:00
deploy Improve the distribution download 2011-12-24 17:39:48 +13:00
scripts Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
LICENSES replace embedded JMX Client with jmxsh, see #3461 2013-06-21 00:44:12 +02:00
README =pro,sam,act Change version to 2.4-SNAPSHOT 2014-03-07 14:53:35 +01:00

Akka
====

This is the Akka 2.4-SNAPSHOT download.

Included are all libraries, documentation, and sources for Akka.

This download can also be used for running the Akka Microkernel.


Contents
--------

- README    - this document
- bin       - start scripts for the Akka Microkernel and Akka Cluster admin tool
- config    - config files for microkernel applications
- deploy    - deploy dir for microkernel applications
- doc       - Akka documentation and Scaladoc API
- lib       - all Akka jars and dependencies
- src       - source jars for Akka


Microkernel
-----------

This download includes everything needed for a self-contained Akka
Microkernel.

See the documentation for more information about the
microkernel (see `doc/akka/docs/scala/microkernel.html`).

Cluster Administration Tool
---------------------------

The 'akka-cluster' tool is an administration tool for managing Akka cluster nodes.
Learn more by invoking:

    bin/akka-cluster --help