I'm a long-time Java web-app developer and Eclipse user, but first time Google App Engine user. In debug mode with the Eclipse plugin (1.3.4), my servlets are not being loaded, and I have no idea why. Logging shows that appengine-web.xml and web.xml are being read, which has proper definitions for my servlets and servlet mappings, but the servlet init methods are never called and requests return 404. Please help!
-- 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.
