Review Topics for the Midterm
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
-
Listen
-
ServerName
-
ServerRoot
-
ServerAdmin
-
MinSpareServers
-
MaxSpareServers
-
StartServers
-
JkMount
-
srm.conf
-
DirectoryIndex
-
ErrorDocument
-
DocumentRoot
-
Connecting to Tomcat
Tomcat
-
Web Application Structure
-
Using the Tomcat manager
-
Tomcat Configuration File
-
web.xml
-
XML statements for setting the default index page
-
XML statmenets for setting error pages
-
Connecting Apache to Tomcat
HTML
-
DOCTYPE and meta (know what they areand why they are needed)
-
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