<%
       String jspPath = application.getRealPath(request.getServletPath());
       java.io.File jspFile = new java.io.File(jspPath);
       out.print("Last Modified : " + new java.util.Date(jspFile.lastModified()));
%>

상기내용으로 작성후

<jsp:include page="lastmodified.jsp" flush="true"/>
Posted by [czar]
,