Srinath Ganesh
Srinath Ganesh

Reputation: 2578

unable to use JSP files in google app engine

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)

enter image description here

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:

enter image description here

This works ->

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

This FAILS ->

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

my project directory from eclipse

enter image description here

where am i going wrong or missing something

Upvotes: 0

Views: 142

Answers (1)

Srinath Ganesh
Srinath Ganesh

Reputation: 2578

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


OLD enter image description here


NEW enter image description here

Upvotes: 1

Related Questions