[appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Nacho Coloma
Hi all, I have been trying to use the following web.xml elements in GAE: jsp-config jsp-property-group url-pattern*.jsp/url-pattern el-ignoredfalse/el-ignored

Re: [appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Derek Berube
One of the issues that you are going to encounter is the mismatch between the JSP API defined in GAE and the implementation of that API provided. As documented in bug 1506http://code.google.com/p/googleappengine/issues/detail?id=1506, GAE includes the JSP 2.1 specification (found in the