Yes, but why the need to use the .jsp extension? A static site would
run just fine with everything as .html under
either Tomcat or httpd or ....
On May 14, 2009, at 4:24 PM, Hassan Schroeder wrote:
On Thu, May 14, 2009 at 12:54 PM, Ken Bowen <kbo...@als.com> wrote:
The point of dynamic jsp pages is to dynamically create pages on
the fly
based on information from the user.
Not necessarily...
What's the point of using jsp to "dynamically" create pages offline
that you
only serve statically? Why not just write them in html from the
beginning?
I've done this before for a client using basic hosting where creating
a data-intensive site would have been painfully time-consuming, if
not flatly infeasible.
But with Java/JSP/JSTL, wham-bam-thank-you-ma'am, done.
A quick wget and there's your static site. Makes total sense.
YMMV :-)
--
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org