I have a basic web application packaged as an EAR deployed on GlassFish. The web module has some html files. The html files have a common footer, an html file, that I would like to extract out and make an include. When I do, and put:
<!--#include virtual="insertthisfile.html" -->
in an html file, it does not work. Should this work?