Why don't you include the following:
<%@ include file="../../HEADER/GEFFHEAD.JSP" %>
and maybe replace the jsp extension with your html extension. I think it
should work.
I am using the above code in JRun 3.0 and it works perfectly. The other good
thing is that you don't have to implement the server side include in Apache
as JSP already allows the functionnality.
Hope this helps,
Pascal ;O)
In a message dated 9/19/00 4:17:52 PM Eastern Daylight Time,
[EMAIL PROTECTED] writes:
<< I would like to include a HTML file in a JSP.
I'm running JRUN 3.0 on Apache1.3.
is something like this possible ?
<head></head>
<!--#include virtual="hello.html"-->
<%out.println("sucess"); %>
Do i need to configure my apache to allow server side includes ?How do i do
that?
If any one can provide information on these it will be of great help.
thanks in advance,
>>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets