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]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
