You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Srinivasu Gandu <SG...@SoftwareSpecialists.com> on 2003/04/24 20:31:53 UTC

#include problem

<!--#include file="/projectroot/header/header1.htm" --> 

is not working in my web site.. I am using tomcat4.1.18 Is there anything
that needs to be done with in the server settings.. or it is my browser
problem??..I am using ie6,even I tried with netscape same problem.. some one
can help!



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: #include problem

Posted by Dionisio Ruiz de Zarate <di...@tinieblas.com>.
try:
<%@ include file="/projectroot/header/header1.htm" %>

----- Original Message -----
From: "Srinivasu Gandu" <SG...@SoftwareSpecialists.com>
To: "'Tomcat Users List'" <to...@jakarta.apache.org>
Sent: Thursday, April 24, 2003 8:31 PM
Subject: #include problem


> <!--#include file="/projectroot/header/header1.htm" -->
>
> is not working in my web site.. I am using tomcat4.1.18 Is there anything
> that needs to be done with in the server settings.. or it is my browser
> problem??..I am using ie6,even I tried with netscape same problem.. some
one
> can help!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: #include problem

Posted by Reinhard Moosauer <rm...@moosauer.de>.
This is Server Side Include syntax, isn't it?
You have to enable SSI fist, if you want to use this. (see conf/web.xml)

But JSP can do the same. Check out JSP syntax on:
 http://java.sun.com/products/jsp/syntax/1.2/card12.pdf

regards,

Reinhard

Am Donnerstag, 24. April 2003 20:31 schrieb Srinivasu Gandu:
> <!--#include file="/projectroot/header/header1.htm" -->
>
> is not working in my web site.. I am using tomcat4.1.18 Is there anything
> that needs to be done with in the server settings.. or it is my browser
> problem??..I am using ie6,even I tried with netscape same problem.. some
> one can help!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org