<html>
<head>
<title>show Date and IP</title>
</head>
<body> <font size="+3">
<ul>
  <li><b>The Request Time is:  ${thedate}</li>
  <li><b>The Requesting IP is:  ${theip}</li>
  <li><b>The Local Port is:  ${theport}</li>
  <li><b>The Remote Port is:  ${therport}</li>
   <li><b>The Context Path is:  ${thecp}</li>
   <li><b>The Request URL is:  ${theurl}</li>
   <li><b>The Query String is:  ${theqs}</li>
</ul>
</font></body>
</html>