<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><%@pagecontentType="text/html; charset=UTF-8"%><%@pageimport="java.util.Date,java.util.Locale,java.text.SimpleDateFormat"%><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"/><title>Error 404: Page Not Found</title><style type="text/css">body{background:#fff;}#wrapper{margin:auto;}h1{margin:0auto;padding:10px10px0px;font-size:24px;font-weight:bold;color:#F00;}#content{margin:auto10px;font-size:12px;}.message{font-size:14px;color:#000;}</style></head><body><divid="wrapper"><h1>Error 404: Page Not Found</h1><divid="content"><pclass="message">Sorry, this page was not found</p><br/><hr/><%SimpleDateFormatsimpleDate =newSimpleDateFormat("EEMMMddyyyyhh:mm:ssaazzz",Locale.US);%><strong>Date: </strong><%=simpleDate.format(newDate())%><br/><strong>IP Address: </strong><%=request.getRemoteAddr()%><br/><strong>User Agent: </strong><%=request.getHeader("User-Agent")%><br><strong>Referer: </strong><%=request.getHeader("Referer")%><br></div></div></body></html>