I have the following jsp:
...
<jsp:include page="../imageMenu.jspf"/>
...
When I open following jsp when application run under the tomcat 8 I see that my include replaces with empty string.
When I run application under the jetty - it renders good.
As I undestand the problem related with format of included file because I don't see problem with jsp files included when I run application under the tomcat.