Help me on this error...?
Hi,
In my project i am using Tomcat server . When ever i am accessing my files in another folder it says org.apache.jasper.JasperException. It is working well in localhost. When ever i am placing code in mysite it says error.
org.apache.jasper.JasperException: Exception in JSP: /HTML/html-introduction.jsp:53
50:{
51: %>
52: <tr>
53:<td colspan="2"><jsp:include page='../../banner.html' flush='true'></jsp:include></td>
54:</tr>
55: <%}
56: %>
Please help me. What i am doing mistake.
with Regards
sure...

