it should include in same path where is ur html file not in root path
vikram
"Danish Z.Aga" wrote:
> Hi friends,
> Whenever i am trying to include a file in my html page for e.g.
> <html>
> <body>
> <%@ include file="Filename.jsp" %>
> </body>
> </html>
> I am getting run time error "Cannot read "Filename.jsp""
> Inspite of the fact that this file is saved in my root path.
> Can some one help me, find an error or suggest an alternate solution to
> include a file in my jsp page.
> Thanx in advance.
>