<html>
 <body>
 <H1>Java Server Pages Demonstration</H1>
 <P>Click <a
 href="http://localhost:8080/jsp001.jsp">
 http://localhost:8080/jsp001.jsp</a> 
 to run the JSP file named jsp001.jsp 
 in the Sun jswdk-1.0.1 reference 
 implementation of jsp.
 </P>
  
 <P>Note that you must download and install the 
 reference implementation first.  Then you must 
 place a copy of the file named jsp001.jsp in 
 the directory named webpages in the 
 directory tree where the Sun jswdk-1.0.1 
 reference implementation is installed 
 on your disk.
 </P>
  
 <P>As of 2/5/00, you can download the reference 
 implementation from 
 <a href="http://java.sun.com/
 products/jsp/download.html">
 http://java.sun.com/products/
 jsp/download.html</a>
  
 </P>
  
 </body>
 </html>



Figure 4