Chapter 7. Configuring SSI Filter

7.1. Configuring the SSI filter

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

Procedure

For the SSI Filter configuration to work correctly, uncomment the following block in the conf/web.xml file:

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