I have a GWT project in Eclipse to which I am trying to add a jsp file. I run the application in development mode, and when I try to access this jsp file, I get the following error:
HTTP ERROR 404
Problem with access /testing.jsp. Cause:
/testing.jsp
Powered by Jetty: //
I use Eclipse 3.6 (tried this on 3.5 too with the same results), GWT 2.1 and GAE 1.3.8
source
share