This is what the console says after I run the guestbook application as a web
application.

INFO: The server is running at http://localhost:8888/

as soon as the jsp runs on the server , the following line is added to the
console and it gives me a  403 Forbidden error Problem accessing /.
Reason:FORBIDDEN

2-Nov-2010 4:29:08 PM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for: /favicon.ico

On Tue, Nov 2, 2010 at 4:26 PM, ramis ali <[email protected]> wrote:

> You know where to look for server logs ? Thanks
>
>
> On Mon, Nov 1, 2010 at 9:28 PM, MasterGaurav <[email protected]>wrote:
>
>> Did you look at the server logs?
>>
>>
>>
>> --
>> Happy Hacking,
>> Gaurav Vaish
>> http://www.mastergaurav.com
>>
>> On Nov 1, 4:01 am, jargon <[email protected]> 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 [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine%[email protected]>
>> .
>> 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 [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.

Reply via email to