Garrett Smith wrote:
Hey, I have an uncommon problem for the JSP Java guys here:
Problem: The user wants to download a zip archive of the website that
can run off file:/// protocol. The website requires navigation.
Managing the navigation should normally be done with server-side code
(JSP).
Solution 1: hand code all the links. This works, but it's a pain.
Solution 2: build JSP. This does not run on file:///
what approaches can build JSP into static HTML files? is there a way
to do this using ANT?
What about bundling Jetty and the JSP runtime, with the data into a JAR
file and let people run it locally?
--
Steve Loughran http://www.1060.org/blogxter/publish/5
Author: Ant in Action http://antbook.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]