I developed my GWT1.7  module using Tomcat 5.5, and everything works
fine. When I deployed to my production site, I get a 404 when the form
tries to call the servlet. The production site has Apache connected to
Tomcat via AJP. I configured Apache to forward all requests to Tomcat.
If I type the servlet URL into a browser I also get the 404. The 404
comes from Tomcat, according to the response page.

It seems to be related to the fact that there is a real directory in
the web site that matches the path in the servlet URL mapping. If I
change the URL mapping in web.xml to something else, (e.g., change
from '/MyApp/appService.do' to '/MyApp2/appService.do') then I can
find the servlet when typing that URL into the browser.

If you have any ideas what could be causing this, I would appreciate
it.

Is it possible to change the path to something other than the module
name?

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.


Reply via email to