Chapter 8. Configuring the SSI filter

You can configure filter-based Server Side Includes (SSI) support for JBoss Web Server to enable dynamic generation of content in existing HTML pages.

Note

SSI directives do not work if you try to configure the SSI filter as in previous versions.

Procedure

  1. Open the conf/web.xml file.
  2. In the web.xml file, uncomment the following block:

        <mime-mapping>
            <extension>shtml</extension>
            <mime-type>text/x-server-parsed-html</mime-type>
        </mime-mapping>