Server side includes on app engine (<!-- include virtual="header.html" -->)?
- by Alexandre H. Tremblay
Hi,
I have been trying to figure this out a while. I would like to make my app engine website use basic html and shtml whenever in order to avoid the slow warm-up phase of jsp apps on app engine. This is so that my landing pages load instantly.
Basically, I am trying to include an html file into my main html file (index.html - I tried…