You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2001/02/02 18:29:04 UTC

Re: Server Side Includes(SSI) and Tomcat vs JSP Include Directive

BBueckers@sjm.com wrote:

> Does Tomcat have the ability to parse a common SSI like the following on an
> '.shtm' page.
>
>         <!-- BEGIN HEADER TABLE-->
>         <!--#include virtual="/includes/header.htm"-->
>         <!-- END HEADER TABLE-->
>
> My setup is Tomcat 3.2.1 and IIS 4.0. I have '.shtm' files in a Tomcat
> url-protected directory. I want Tomcat to be able to serve up the '.shtm'
> correctly, which requires it to parse through the '.shtm' files and
> acknowledge the SSI include syntax. I don't want to convert all the '.shtm'
> pages into '.jsp' files just to use the JSP include directive.
>

Tomcat does not currently support server side includes.

>
> Any Ideas?
>
> Thanks in advance,
>
> Bob
>

Craig McClanahan