4639l2 Listing 2. Using the "Include" Directive Mini-dynamic JSP Title <%@ include file="menubar.jsp" %>

You are connecting from the host <% if (request.getRemoteHost().equals("")) { %> <%= request.getRemoteHost() %>.

<% } else { %> <%= request.getRemoteAddr() %>.

<% } %>