I created an issue 4216 - see the url above.
Hope the GAE guys will get to it soon.
For now it looks like it is safe to keep using 1.3.8 since the actual
app engine is not affected by this.


On Dec 7, 5:22 am, Thomas Meyer <[email protected]> wrote:
> I have the same problem - .jsp's work fine after moving the App Engine
> SDK to the top of the Order and Export list, but JSP-mappings don't
> work.
>
> I can also confirm that it works on the App Engine servers, deployed
> with the 1.4 SDK.
>
> Mac OS X 10.6.5
> Eclipse SDK, Version: 3.5.2
> Google Plugin for Eclipse 3.5, 1.4.0.v201010280047
>
> This is the error I'm getting in the browser:
> HTTP ERROR 500
>
> Problem accessing /admin/. Reason:
>
>     Unable to compile class for JSP:
>
> An error occurred at line: 10 in the generated java file
> org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
>
> ...
>
> On Dec 6, 8:39 pm, mscwd01 <[email protected]> wrote:
>
>
>
>
>
>
>
> > I'm running:
>
> > Eclipse Java EE IDE for Web Developers.
> > Build id: 20100218-1602
>
> > With V1.4 of the App Engine SDK and cannot get servlets mapping to jsp
> > files, i.e.
>
> > <servlet>
> >   <servlet-name>about</servlet-name>
> >   <jsp-file>/about.jsp</jsp-file>
> > </servlet>
>
> > <servlet-mapping>
> >   <servlet-name>about</servlet-name>
> >   <url-pattern>/about</url-pattern>
> > </servlet-mapping>
>
> > However, other servlets work fine for example I have servlets which
> > issue a redirect to a jsp file in my WEB-INF folder and they work
> > fine.
>
> > It's baffling me now.

-- 
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.

Reply via email to