You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/21 10:11:32 UTC

DO NOT REPLY [Bug 4307] New: - SSI Server Side Include

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: tomcat-dev@jakarta.apache.org
        ReportedBy: boerries.ludwig@t-systems.de


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