Apache Tomcat/5.0.19 SSI - not working

2004-06-09 Thread R A
1) Followed Tomcat SSI setup instructios: I renamed the jar file to servlets-ssi.jar Removed comments from SSI section in web.xml 3) Added !--#include file=footer.html -- to index.html under /jsp-examples 4) Copied footer.html to /jsp-examples 5) Retarted Tomcat Brought up /jsp

Tomcat 5 SSI problems

2004-03-02 Thread Nathan Maves
I have followed the instructions in the documentation to a t and still can not get the following line to work. Any ideas? !--#include file=./components/Global-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat 5 SSI problems

2004-03-02 Thread Nathan Maves
Never mind... my own mistake! On Mar 2, 2004, at 2:21 PM, Nathan Maves wrote: I have followed the instructions in the documentation to a t and still can not get the following line to work. Any ideas? !--#include file=./components/Global--

Tomcat + Apache + SSI

2004-02-17 Thread Ferran Orsola
Hi, I have got one application running in Tomcat 5. Also I have Apache 2 connected with Tomcat using jk1.2. And I would like o insert includes from Apache in JSP pages. If I add SSI includes in my jsp files to take content from apache, it works in windows XP but not in solaris 9. It seems

Tomcat+CGI+SSI

2002-08-13 Thread Stephan Orme
I'm using Tomcat 4.0.4 to serve dynamic and static pages. I can get includes to work and I can get CGI's to work but I can't get included CGI's to work. you can pick your friends, you can pick your nose... Anyway, here's what works: includes on .html pages: !--#include virtual=Shared/footer--

tomcat and SSI

2001-04-05 Thread Edara, Indira
I am using tomcat version 3.1.1, with IIS isapi_redirect.dll plugin. When I include SSI, in .jsp page, it is not getting evaluated. I have a file Source1.jsp with text in it !--#include virtual="/examples/jsp/new.jsp" --, new.jsp has new in its body. When I request Source1.jsp, I am not seeing