16.4. Root Application Files

The root of the application is the <TOMCAT_HOME>webapps/store folder. Individual files are prefixed with “Listing.” Folder names are indicated in this chapter by top-level headers.

16.4.1. index.jsp

<%-- 
   template: index.jsp
   purpose: view default page
   use: called as index when site is requested. Just has link
     to the catalog.
--%>
<jsp:include page="header.jsp" flush="true" />
          <%-- begin middle content --%>
<tr>
<td align="center" valign="top" width="445">

<table cellpadding="0" cellspacing="0" border="0" width="445" align="center">
<tr>
<td width="98">&nbsp;</td>
<td><br>welcome to our online store.
<br>
<br>
<a href="viewCatalog.jsp">View the catalog</a> </td> </tr> </table> </td> <td width="250" align="right" valign="top"> ...

Get Java™ for ColdFusion® Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.