unable to use JSP files in google app engine

强颜欢笑 提交于 2020-01-06 15:10:21

问题


Sample application works , unable to proceed with creating modifications to project

JDK included in build path (some posts say that lack of that might cause errors)

Error -> Error 403 in web page nothing else printed in console or web page

when I do localhost:8888/test.jsp I get a 404 error

console:

This works ->

<welcome-file>NewFile.html</welcome-file>

This FAILS ->

<welcome-file>guestbook.jsp</welcome-file>

my project directory from eclipse

where am i going wrong or missing something


回答1:


it looked under WAR but it was not under WAR . some internal problem in my eclipse . now fixed


OLD


NEW



来源:https://stackoverflow.com/questions/21503068/unable-to-use-jsp-files-in-google-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!