google app engine - Adding a JSP file to a GWT project in Eclipse Helios( and Galileo ) -
i have gwt project in eclipse try add jsp file. run application in development mode , when try access jsp file following error:
http error 404
problem accessing /testing.jsp. reason:
/testing.jsp
powered jetty://
i'm using eclipse 3.6 (tried on 3.5 same results), gwt 2.1 , gae 1.3.8
that's strange - works out of box on machine:
- gwt 2.1
- gpe (google plugin eclipse) 1.4.0
- eclipse 3.6
i following:
- create new google web application (from eclipse).
- add "testing.jsp" directly in "war" directory (not example in "war/myapp/")
- start development mode ("run web application").
- go http://127.0.0.1:8888/testing.jsp?gwt.codesvr=127.0.0.1:9997 (exactly url)
[the case when doesn't work me is, if use java 1.5 code in jsp file. 500 error, not 404.]
can try exact scenario, , see, if works?
Comments
Post a Comment