I had exactly the same problem.and I also renamed the fragments from *.html to *.jsp to make it working. The .jsp suffix is no problem for me.
The J2EE documentation says about the RequestDispatcher interface (which is actually used for jsp:include and jsp:forward): "This interface is intended to wrap servlets, but a servlet container can create RequestDispatcher objects to wrap any type of resource." so it is unclear whether it is a bug or feature. Vaclav On Mar 24, 9:10 pm, "[email protected]" <[email protected]> wrote: > Within a jsp page, I am trying to use <jsp:include page="/WEB-INF/ > includes/Item1.html" /> . My problem is the Item1.html file is never > included. It will only get included if I rename it to Item1.jsp. > > The include works fine in Jetty but not when deployed to appengine. I > tried listing Item1.html as a resource file in the appengine-web.xml > but this had no effect. > > Any suggestions? > > Dave -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
