B4J Question Possible to use Server Side Includes (SSI) with Jetty?

miker2069

Active Member
Licensed User
Longtime User
In B4J web apps, is it possible to use service side includes (SSI). For example if I have some html menu that I'd like to share among my static web pages, I would use something like:

<!--#include virtual="/menu.shtml" -->

to pull in the html for the menu in whatever page is being requested. I know I could do this with dynamically generate the output in the webapp itself but I was hoping to be able to add static pages w/ common html code (like side bar/menu html). Any thoughts?

Thank You
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…