Homework 0
CS320, Fall 2008
Due: Monday, September 29
0. Send an email to csun@calstatela.edu
and ask for account information on the CS3
server. You have to be
already enrolled in the class in order to get an account.
1. (15pt) Create a web application that consists of a HelloServlet servlet and a HelloJSTL.jsp as described in the lecture
notes.
Deploy the application on the CS3 server such that the servlet and
the JSP page can be accessed through the following URLs, respectively:
- http://cs3.calstatela.edu:8080/username/HelloServlet
- http://cs3.calstatela.edu:8080/username/HelloJSTL.jsp
Note that username should be your account name on
the CS3 server, e.g. cs320stu31.
3. (5pt) Create an HTML file hw0.html,
and upload it to CSNS. The
file should include hyperlinks to your servlet and JSP page on the CS3 server. Note that file
uploading will be disabled automatically after 11:59PM
of the due date, so please turn in your work on time.