I'm trying to map a URL pattern to a servlet that contains a path. Below is the example:
/admin/servlet I've been able to map this correctly and it works on my local development. However, when I push the application, it does not work correctly Instead, this url pattern generates a 404 error and redirects to my 404 handler. Has anyone else seen this problem? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
