服务器端包含在应用引擎上(<! - include virtual ="header.html" - >)?

Ale*_*lay 2 google-app-engine server-side-includes

我一直想弄清楚这一点.我想让我的应用引擎网站使用基本的html和shtml,以避免应用引擎上的jsp应用程序的缓慢预热阶段.这样我的目标网页就会立即加载.

基本上,我试图将html文件包含到我的主html文件中(index.html - 我尝试了index.shtml).这是我尝试的命令:

<!-- include virtual="header.html" -->
Run Code Online (Sandbox Code Playgroud)

但它不起作用.服务器端包括似乎没有在应用程序引擎中执行.我是否需要先在某处启用这些命令 - 或者应用引擎是否只是不允许它们?

Bos*_*osh 6

SSI是GAE似乎不支持的特定于Web服务器的功能.

(这是尼克约翰逊,他在这个网站上非常活跃.)