
The original uploader was Edburns at Wikipedia. / Wikimedia Commons — Public domain
Working notes on JSP: Include, Redirects, Remote Debug - Tomcat, and Template.
Working notes on JSP: Include, Redirects, Remote Debug - Tomcat, and Template.
Topics
Include
Include: Inplace, Dynamic, <%@ include file = \"EnumAccess.jsp\" %>, and <jsp:include page=\"...\" />.
Redirects
________________.
Remote Debug - Tomcat
Sets JPDA_ADDRESS=8000.
Template
Template: <%@page, contentType=\"text/html; charset=${encoding}\", pageEncoding=\"${encoding}\", %>, and <!DOCTYPE html>.
Updated:
2026 Aug 19


