previous | start | next

To Deploy the Date Page

  1. Type the JSP file into a text editor
  2. Place the file into a web application directory of your JSP engine
  3. If you use Tomcat, create a subdirectory for the JSP file
    c:\jakarta-tomcat\webapps\bigjava
    
  4. Place the date.jsp file into that directory
  5. Start the web server
  6. Point your browser to
    localhost:8080/bigjava/date.jsp
    


previous | start | next