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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to