zip -r username cgs4825 -x \*.jar \*.zip \*.war
~downeyt/cs/public/webftp/webftp.pl
cgs4825/server
directoryworker.worker1.host=studentXX.cgs4825.cs.fiu.edu
JkMount /your-user-name/* worker1
http://studentXX.cgs4825.cs.fiu.edu:99999/your-user-name/
<limit GET POST> order deny,allow deny from all allow from 131.94.129.42 216.148.152.121 131.94.129.85 </limit>
If you have an ip address from home, you may leave that in the file permanently. Do not leave addresses for lab machines in the file, unless you are logged into that machine.
TH
tag, set a new font color and force
all letters to be upper case.
input
tags, set the font to a monospace font. Choose at
least one font that would be in the monospace family, and have a last choice
for the default monospace font that the browser has chosen.
OL
tags. The ordering for the
nested OL
should be set to lowercase letters.
x
.
x
.
index.html
page in the document root of your Apache
web server.
<TH>
tags instead
of <TD>
tags.
your-user-name/hw3
to
your-user-name/hw4
.cd ~/cgs4825/webapps/your-user-name
cp -r hw3 hw4
your-user-name/WEB-INF/hw3_JSP
to
your-user-name/WEB-INF/hw4_JSP
.cd ~/cgs4825/webapps/your-user-name/WEB-INF
cp -r hw3_JSP hw4_JSP
your-user-name/WEB-INF/classes/hw3_servlet
to your-user-name/WEB-INF/classes/hw4_servlet
.cd ~/cgs4825/webapps/your-user-name/WEB-INF/classes
cp -r hw3_servlet hw4_servlet
Confirm
and
Process
pages.
Confirm
and
Process
pages.
Confirm
and Edit
pages, uses nested ordered lists.
Process
page, display all the data from the database
in a table. The columns in the table should correspond to the properties
in your bean. Be sure that all the chosen values from your selection list
or checkbox group are displayed in the column for that property.