Basic Web Development (Servlets and JSP)
What is TomCat?
Installing Tomcat
Once you have it installed and running, use
http://localhost:8080
for access to the code examples.
Servlets - a Servlet is Java code that generates HTML code
JSP (Java Server Pages) - JSP is HTML code with embedded Java
Servlet versus JSP
Servlet Tutorial
from Oracle. (more than you need)
Servlets and JSP Pages Best Practices (from Oracle)
(old, but still good)
Servlets
CGI
Session Information
JSP Overview