.jsp file not working for Google App Engine guestbook tutorial

后端 未结 7 714
醉梦人生
醉梦人生 2020-12-29 04:05

I\'ve been following the Google App Engine tutorials, and I\'m having a problem with the .jsp file. Here is the code from Google: Using JSPs. I\'m using Eclipse to build my

7条回答
  •  温柔的废话
    2020-12-29 04:31

    3 Suggestions:

    1. Do a project-->Clean
    2. Make sure you have this in web.xml:

      guestbook.jsp

    3. Have Project-->Build Automatically enabled, I deployed a Java app on AppEngine long time back and I see a classes folder in the WB-INF folder which has the class of the servlet and the META-INF folder.

提交回复
热议问题