blob: 76b459f027edd6d4b10f91b8540ae4a12d0d07d4 [file] [log] [blame]
Example 2
=========
An example using the ChainListener to load configuration data and a custom
servlet (ExampleServlet) and showing examples of using the PathInfoMapper,
RequestParameterMapper and ServletPathMapper Commands to map requests to Commands.
BUILDING
========
To build the example webapp you need Maven 2 installed:
http://maven.apache.org/
Run the the following command to build the webapp war file:
mvn package