JSP Example

*******************************************************

Current Date and time

The following:

Mon Feb 06 02:45:33 CST 2012


was created by the java Date function wherein this jsp page was compiled into a servlet and then ran by Tomcat with the results returned to the browser and displayed here.
These results are what make up the contents of the page you see between the lines of asterisks.
Also I am using jsp includes to include my styles, header, and footers.

*******************************************************