DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4307>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4307 SSI Server Side Include Summary: SSI Server Side Include Product: Tomcat 4 Version: 4.0 Final Platform: PC URL: http://www.jguru.com/forums/view.jsp?EID=520845 OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I put my application under ROOT and my SSI is as follows: <!--#include virtual="/infonetIniFiles/header.ini" -->. / should point to the ROOT (so the directory of my application), but the SSI does not work ! References to pictures, e.g. /image/test.gif are fine ! To put my application under ROOT was my last trial to get the SSI run correctly. I also tried <init-param> <paramname>isVirtualWebappRelative</param-name> <param-value>1</param-value> </init-param> with 0 and 1 in web.XML and <Context path="..." docBase="..." debug="0"/> in server.xml. Please send me an eMail, if I am wrong. Boerries