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
-
MaxSpareServer
-
MinSpareServer
-
StartServer
-
access.conf
-
Directory
-
Location
-
AuthName
-
AuthType
-
AuthUserFile
-
Require user
-
srm.conf/access.conf
-
AddIcon
-
AddIconByType
-
Alias
-
HeaderName
-
ReadmeName
-
AddOutputFilter
-
AddType
-
AddLanguage
-
Options
-
Indexes
-
MultiViews
-
IncludesNoExec
-
IndexOptions
-
FancyIndexing
-
SuppressSize
-
SuppressLastModified
-
SuppressDescription
-
mime.types
-
Connecting to Tomcat
-
Server Side Includes
Tomcat
-
Web Application Structure
-
Servlet Definition/Servlet Mapping
-
Connecting Apache to Tomcat
JSP Tags
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