Homework 1
CS320, Spring 2005


Due: Thursday, April 14

Please upload your files using the online turnin server. The files should include all the source code, documentation, and an HTML file hw1.html, which contains a link to your servlet on the CS server. Note that file uploading will be disabled automatically after 11:59PM of the due date, so please turn in your work on time.


[Reading]
[Bulletin Board] CSULA ACM Forums use phpBB, a web bulletin board application written in PHP.  For this assignment, you are going to implement a simplified web bulletin board using servlet. Specifically,
Forum Topics Posts
CS 320 3 5
CS 491 3 3
Topics Replies Author Views Last Post
Tomcat Installation Problem 1 John Doe 8 Tue Apr 05 10:03:33 PDT 2005
Please HELP! 0 Somebody 6 Wed Apr 06 14:08:49 PDT 2005
Unable to Login the Turnin Server 1 cs320stu00 2 Thr Apr 07 21:09:20 PDT 2005

For simplicity, in this assignment we will leave out the feature that allows a user to create new topics. However, your should have no less than two pre-set topics in each of the forums.
Author Topic: Tomcat Installation Problem
John Doe Tomcat is running but when I try HelloJSTL.jsp, I received the following exception:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with thisapplication
cysun Please check whether jstl.jar and standard.jar are directly under tomcat/common/lib

[NOTES]