Project 5
---------

For this project you will be required to setup and configure a tomcat server. In
addition you will be asked to install the SOAP WebServices package from Apache.

Once these items have been installed and configured you will write a simple client
and server that models a stock quotation system.  In this model the client will
query your server for the price of a stock and the server will respond with the
appropriate financial information.

Below you will find links to help you through this process.
This tutorial for the project was done using the Windows
Operating System.  It is not required that you Windows, but this
tutorial was created for the Tomcat Windows Installation.

Project Stages
--------------

1.  Install and Configure Tomcat
2.  Install and Configure SOAP
3.  The Server
4.  The Client
5.  Deployment
6.  Sample Output