Homework 0
CS320, Winter 2013
Due: Thursday, January 17
0. Send an email to csun@calstatela.edu
and ask for an account on the CS3
server. You have to be
already enrolled in the class in order to get an account.
1. (10pt) 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 so 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.