me too, dis you guys solove the 403 problems?
I really need some help with guestbook.jsp

On Monday, November 1, 2010 10:01:30 AM UTC+11, jargon wrote:
>
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to