Review Topics for the Second Exam
Class Page Links
-
All the ones that have been marked
like
this.
UNIX
-
Commands to start, stop and restart the Apache server.
-
httpd -d
directory_for_server_root
-
kill -TERM
process_id_of_server
-
kill -HUP
process_id_of_server
Apache
-
Apache Configuration Files
-
httpd.conf
-
JkMount
-
Timeout
-
KeepAlive
-
KeepAliveTimeout
-
access.conf
-
Directory
-
AuthUserFile
-
Require user
-
mime.types
-
Connecting to Tomcat
Tomcat
-
Web Application Structure
-
Servlet Mapping
-
Connecting Apache to Tomcat
HTML
-
Standard codes for a web page: HTML, HEAD, BODY, TITLE
-
Layout: BR, P, HR
-
Anchors: A (HREF)
-
Relative and Absolute references
-
HTML forms
-
text boxes
-
hidden fields
-
submit buttons
Online Book