Web applications for chapters.

This directory contains web applications for the examples discussed in the book. Each directory under this directory corresponds to the respective chapter of the book.

Steps to run the examples

  1. Install Tomcat as explained in Appendix A.
  2. Copy these directories to the webapps directory of your Tomcat installation. For example, if you have installed Tomcat in c:\jakarta-tomcat-5.0.25, you should copy these directories to c:\jakarta-tomcat-5.0.25\webapps\
  3. Start Tomcat, using c:\jakarta-tomcat-5.0.25\bin\startup.bat
  4. Each example web application directory has index.html, which contains appropriate URLs for accessing the examples. You can view this file from your browser using the URL: http://localhost:8080/chapterXX/index.html, where XX is the chapter number.