Server Side Includes (SSI) and Tomcat

2001-02-13 Thread BBueckers
Is there a way for pages served up by Tomcat to interpret SSI's. For example, I have an entire dir. structure that I secure via FORM based security, thus must be served up by Tomcat. Some files in this directory contain SSI's '!--#include virtual="/includes/header.htm"--' however Tomcat doesn't

RE: Server Side Includes (SSI) and Tomcat

2001-02-13 Thread Narayanan
No way make it as a include file . That is the only solution as per the current version of TomCat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 11:15 PM To: [EMAIL PROTECTED] Subject: Server Side Includes (SSI

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

2001-02-02 Thread Craig R. McClanahan
[EMAIL PROTECTED] 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'

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

2001-01-31 Thread BBueckers
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

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

2001-01-31 Thread Kurt, Oliver
chricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Januar 2001 15:54 An: [EMAIL PROTECTED] Betreff: Server Side Includes(SSI) and Tomcat vs JSP Include Directive Does Tomcat have the ability to parse a common SSI like the following on an '.shtm' page. !-