You know where to look for server logs ? Thanks

On Mon, Nov 1, 2010 at 9:28 PM, MasterGaurav <gaurav.va...@gmail.com> wrote:

> Did you look at the server logs?
>
>
>
> --
> Happy Hacking,
> Gaurav Vaish
> http://www.mastergaurav.com
>
> On Nov 1, 4:01 am, jargon <kotleat...@gmail.com> 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 post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to