Including HTML files.

2000-09-19 Thread Krishna Srinivasan
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 ? <%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 grea

Re: Including HTML files.

2000-09-19 Thread Pascal BLANC
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 s

Re: Including HTML files.

2000-09-19 Thread Krishna Srinivasan
that works. thanks. - Original Message - From: "Pascal BLANC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 6:10 PM Subject: Re: Including HTML files. > Why don't you include the following: > > <%@ include file="