---------------
Servlets Readme
---------------

General Information
-------------------

All examples in the servlet hierarchy are intended for use with
a servlet environment, such as provided by Apache Tomcat.

Deploy application to your web application server as a .war package and access
via the browser at:

http://localhost:8080/counter/counter

Note: the above location may be different depending on your server.
