CGS4825 Assignment 2

Due Monday, 10/9 at 11:59 pm.

To hand in the assignment, zip your webapps directory and upload it from ocelot.

Be sure that all your files and subdirectories are included in the zip file.
After uploading, do not modify your files on ocelot until after your assignment has been graded.

Servlet Controller

You are to create a new web application named book. You will use NetBeans to create the web application.

Using NetBeans

NetBeans Information for Servlets
Uploading Files from NetBeans
Configuring ocelot for Compiling Servlets

It is simpler to use NetBeans to implement the application on your local PC. Once it is running on NetBeans, it is a simple matter to get the application running on ocelot.

Apache Server

Configure Apache so that all URLs that start with /book are handled by Tomcat.

Connecting Apache to Tomcat