I made a tiny
JSP like this:
And I called it test.jsp
fragment.html contains a pinch of text, nothing more.
If I take out the "<%@ include file="fragment.html" %>", the page comes up fine. If I leave it in, I see:
500 Internal Server Error
JSP Parse Error
JSP Directive <%@ %> fileis not recognized.
I'm using JRun. What am I doing wrong?