SSI in TOMCAT

2003-02-07 Thread ThePrahs
Has anyone activated Server Side Include(SSI) in Tomcat 4.1 ? I have followed the normal instructions under Apache's Tomcat website, including : 1. Renaming servlets-ssi.renametojar to servlets-ssi.jar in directory CATALINA_HOME/server/lib/ ; 2. Uncommented servletservlet-namessi/servlet-name

Re: SSI in TOMCAT

2003-02-07 Thread Becky Phaneuf
Didn't I just answer your exact same question in the servlet email group? Jeeze -B [EMAIL PROTECTED] 02/07/03 10:47AM Has anyone activated Server Side Include(SSI) in Tomcat 4.1 ? I have followed the normal instructions under Apache's Tomcat website, including : 1. Renaming servlets

Re: SSI in TOMCAT

2003-02-07 Thread ThePrahs
Hi Jeeze -B, I appreciate your earlier suggestion (that is, using *.jsp files instead of the *.shtml equivalent), however according to the TC 4.1 release notes - SSI How to (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html ) : [ Introduction: SSI (Server Side Includes

SSI with Tomcat

2002-04-12 Thread Thomas Spiessens
Does Tomcat allow the SSI exec cmd-directive or is this disabled because of security issues ? Im running Tomcat 4.0 stand-alone on Win2k with Java2 1.3.1_01. Kind regards, Thomas. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

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'

how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Suresh.S.V
Hi Iam using tomcat 3.2.1+ apache 1.3.14 .In this servlets and jsp are working fine. When i stop tomcat server side includes are working fine in html.But when i start tomcat also html includes are not working.Its urgent.Pls help me. Thanxregds Suresh

RE: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Coetmeur, Alain
d'origine- De: Suresh.S.V [mailto:[EMAIL PROTECTED]] Date: jeudi 1 fvrier 2001 01:33 : [EMAIL PROTECTED] Objet: how to enable ssi in tomcat. Urgent pl Hi Iam using tomcat 3.2.1+ apache 1.3.14 .In this servlets and jsp are working fine. When i stop tomcat server side includes a

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

Re: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread Jan Labanowski
SSI (Server Side Includes) work only in Apache. They do not work in Tomcat. You have to choose... Either you do SSI or JSP, you cannot have both. If you have: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 in you mod_jk.conf and AddType text/html .shtml AddHandler server-parsed

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. !-

RE: how to enable ssi in tomcat. Urgent plssssssss

2001-01-31 Thread BBueckers
-Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:15 AM To: [EMAIL PROTECTED]; Jan Labanowski; [EMAIL PROTECTED] Subject: Re: how to enable ssi in tomcat. Urgent pl SSI (Server Side Includes) work only in Apache. They do