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. 

Any Ideas?

Thanks in advance,

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to