#
# README.txt
#
# Copyright 2000-2006 by Tangosol, Inc.  All rights reserved.
#
# This software is the confidential and proprietary information of
# Tangosol, Inc.  You shall not disclose such confidential and pro-
# prietary information and shall use it only in accordance with the
# terms of the license agreement you entered into with Tangosol, Inc.
#
# Tangosol, Inc. makes no representations or warranties about the suit-
# ability of the software, either express or implied, including but not
# limited to the implied warranties of merchantability, fitness for a
# particular purpose, or non-infringement.  Tangosol, Inc. shall not be
# liable for any damages suffered by licensee as a result of using,
# modifying or distributing this software or its derivatives.
#
# Tangosol, Inc. is located at http://www.tangosol.com and can be
# contacted by e-mail at info@tangosol.com.
#
# This notice may not be removed or altered.
#

README
======

Tangosol Coherence Example JMX Web Console

Contents
========

    * Description
    * Prerequisites
    * Build Instructions

Description
===========

  This example illustrates viewing and manipulating Coherence MBeans via JMX
  APIs from within a web application.

Prerequisites
=============

  To build the example JMX web console, you must have the following software
  installed:

    * J2SE SDK 1.3.1 or later   (http://java.sun.com/)
    * Apache Ant 1.5.4 or later (http://ant.apache.org/)
    * Tangosol Coherence 3.0    (http://tangosol.com/index.jsp)

  You must also have a J2EE application server installed.

Build Instructions
==================

  * Update set-env.cmd (or set-env.sh if you are building on UNIX) to reflect
    your system environment.

  * Open a command shell and execute set-env.cmd (or source set-env.sh if you
    are building on UNIX).

  * Run 'ant build'

  * Deploy the jmx-console.war file found under the build directory to your
    application server. Be sure to start your application server JVM with the
    necessary Coherence Management Framework overrides. For example:

    -Dtangosol.coherence.management=all

  * To remove build artifacts from your filesystem, run 'ant clean'.