Enables pre-processing of server-side includes (SSI) in document files with the .shtml extension. The server parses these page requests and substitutes the servlet output before returning the HTML to the client browser.

Note: the syntax listed here is for the JRun Server. Other web servers may require different syntax.

<SERVLET NAME="aliasname" CODE="classname"
    initParam1="initValue1" initParam2="initValue2">
        <PARAM NAME="param1" value="paramvalue1">
        <PARAM NAME="param2" value="paramvalue2">
</SERVLET>