previous
|
start
|
next
To Deploy the Date Page
Type the JSP file into a text editor
Place the file into a web application directory of your JSP engine
If you use Tomcat, create a subdirectory for the JSP file
c:\jakarta-tomcat\webapps\bigjava
Place the date.jsp file into that directory
Start the web server
Point your browser to
localhost:8080/bigjava/date.jsp
previous
|
start
|
next