Can you post the contents of your web.xml file and your appengine-web.xml
file?

On Thu, Apr 15, 2010 at 10:21 PM, bosun <[email protected]> wrote:

> I forgot mention in my post about the version of Eclipse I am using is
> Galileo.  I downloaded Google plugin for this version.
>
> The link to the Tutorial where I am stuck on is:
> http://code.google.com/intl/en/appengine/docs/java/gettingstarted/usingjsps.html
>
> In Eclipse console, all log messages after server restarted are like below:
>
> Apr 16, 2010 2:05:54 AM
> com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
> INFO: Successfully processed
> C:\EclipseGalileo\workspace\Guestbook\war\WEB-INF/appengine-web.xml
> Apr 16, 2010 2:05:54 AM
> com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
> INFO: Successfully processed
> C:\EclipseGalileo\workspace\Guestbook\war\WEB-INF/web.xml
> The server is running at http://localhost:8888/
> Apr 16, 2010 2:07:08 AM
> com.google.appengine.tools.development.LocalResourceFileServlet doGet
> WARNING: No file found for: /favicon.ico
> Apr 16, 2010 2:07:25 AM
> com.google.appengine.tools.development.LocalResourceFileServlet doGet
> WARNING: No file found for: /favicon.ico
>
> Please advise where it goes wrong.
>
> Thanks!
>
>
> On Thu, Apr 15, 2010 at 9:57 PM, bobo <[email protected]> wrote:
>
>> Hi
>>
>> I run Google App Engine (Java) locally with Eclipse.  Following the
>> tutorial of Getting Started - Java,  I lean it step by step and my
>> local server works well until the section Using JSPs.  After adding
>> SignGuestbookServlet.java and greeting form in guestbook.jsp as well
>> as editing web.xml for servlet mapping for sign and /sign,  I
>> restarted the server. My browser displayed error message immediately
>> after I tried to post a greeting message:
>>
>> HTTP ERROR 405
>> Problem accessing /sign. Reason:    HTTP method POST is not supported
>> by this URL
>>
>> In Eclipse console,  the red error message like:
>> Apr 16, 2010 1:34:31 AM
>> com.google.appengine.tools.development.LocalResourceFileServlet doGet
>> WARNING: No file found for: /favicon.ico
>>
>> I googled this error but seems no one having this problem before.  I
>> am stuck on this point and anyone who can shed me a light?
>>
>> Thanks!
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to