I have a Java servlet called Home that is mapped to "/index.html".  I also 
have a file called index.html in the web folder. When the url /index.html is 
specified, the static file content is served instead of invoking the Home 
servlet. Jetty behaves this way but Tomcat works the other way and invokes 
the Home servlet.

What is a good way to make Jetty invoke the servlet instead?  I tried 
creating a new servlet mapped to "/" to "override" the default static 
servlet without any success.

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to