Adding a JSP file to a GWT project in Eclipse Helios (and Galileo)

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

+3
source share
2 answers

This is strange - it works out of the box on my machine:

  • Gwt 2.1
  • GPE (Google Plugin for Eclipse) 1.4.0
  • Eclipse 3.6

I just do the following:

[ , , - Java 1.5 jsp. 500, 404.]

, ?

+1

404 , . jsp , : project/war/testing.jsp

+1

Source: https://habr.com/ru/post/1778044/


All Articles