Java Servlet Examples Project

* License

This project is provided under the Apache 2 license, please see LICENSE.txt for
details.

* Description

This project is a collection of different kinds of simple Java Servlets that are all 
collected in one example project that can be easily run, and each different construct
demonstrated.

This examples were mostly copied from the Servlet examples found with the demo applications
from Apache Tomcat application server, but slightly modified.


* How to Run

You can right-click on this project and go to Debug As or Run As then select
"MyEclipse Server Application". MyEclipse 6.0 and later will automatically deploy
the application to the MyEclipse Tomcat Server, then start it up and open
a browser window for you to the index.html page.
	
* Related Links

	* MyEclipse Web Project Tutorial - http://www.myeclipseide.com/documentation/quickstarts/webprojects/

* Feedback

We hope you found this example project helpful. If you ran into any problems 
while working with the example project, please feel free to post to our Example 
Project Forum (http://www.myeclipseide.com/PNphpBB2-viewforum-f-54.html) and 
let us know. Also if you had any suggestions for improvements, noticed something 
wrong or just wanted to ask questions we encourage you to post and let us know!