#
# README.txt
#
# Copyright 2000-2005 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*Web Session Management Test Web Application

Contents
========

    * Prerequisites
    * Build Instructions
    * Documentation

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

  To build the test web application, you must have the following software
  installed:

    * J2SE SDK 1.4 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 servlet container installed, and if necessary, you
  must have patched the servlet container libraries using the Coherence*Web Web
  Installer. See the Documentation section for container-specific installation
  instructions.

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

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

  * Update build.properties to reflect your build environment.

  * Review the Coherence*Web configuration properties in the appropriate
    coherence-web.xml file for your J2EE servlet container. You can find the
    various coherence-web.xml files under src/web/META-INF.

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

  * Run 'ant build install'

  * Deploy the session-managment.war file found under the build directory to
    your servlet container.

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

Documentation
=============

  Please refer to the UserGuide.htm document found in your Tangosol Coherence
  installation for detailed Coherence*Web installation instructions.
