************************************************************************** Apache Muse Directory Structure ************************************************************************** /docs Contains the Muse documentation, which includes an installation guide, a quick demo, a tutorial, a developer's guide, and Javadoc API docs. ************************************************************************** /examples This directory contains examples that can be compiled and deployed. The examples demonstrate many of the features that are included in Apache Muse. There are currently two examples: /examples/enterprise Used to demonstrate an advanced scenario for managing multiple related resources that are typical of an enterprise. /examples/filesystem An example of a manageable resource that represents a UNIX filesystem. Used by the quick demo and the tutorial. ************************************************************************** /template This directory contains templates that can be used to facilitate a development project. It includes a template WSDL and Ant scripts for generating and testing your project. ************************************************************************** /webapp This directory contains the Apache MUSE Web application (/muse). It is an Apache-Axis based Web application that is modified to include WSDM capabilities and also includes Apache WSRF and Apache Pubscribe. The Web application should work in any Servlet Container. Presently, it has only been tested in Tomcat.