Gav.... wrote:
> 
> Other things to consider from the usage of Forrest, using the dynamic mode
> to run forrest is really restricted to intranets, one can not expect ISPs to
> host forrest/cocoon etc in order to run a dynamic website on the internet,
> so this capability is limited in its intended audience, I accept that this
> is probably the case.

No the dynamic mode is not restricted to intranets.
Forrest can build a "web application archive" ...
cd my-site
forrest war
... then deploy that WAR file in your favourite
servlet container, e.g. Jetty or Tomcat.

-David