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 ?
<html>
<head></head>
<body>
<!--#include virtual="hello.html"-->
<%out.println("sucess"); %>
</body>
</html>
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