I was following the jsp tutorial for google app engine and the
following error occurred .
HTTP ERROR 403
Problem accessing /. Reason:
FORBIDDEN
I tried everything possible , my web.xml is exactly the same as in the
tutorial . Here is my web.xml . I'm using eclipse and can't get around
with this problem . Thanks in advance
<servlet>
<servlet-name>Guestbook</servlet-name>
<servlet-class>guestbook.GuestbookServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Guestbook</servlet-name>
<url-pattern>/guestbook</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>guestbook.jsp</welcome-file>
</welcome-file-list>
</web-app>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.