In the web.xml there is this wonderful <welcome-file-list>, which I
use.
So typing http://myapp.appspot.com/foo/ in the browser leads to
myapp.appspot.com/foo/index.html, which is what I want.
Now, how can I make http://myapp.appspot.com/foo (without the slash!)
lead to the same page?

I can set a simplistic servlet for each directory, but isn't there a
more elegant way to do this?

-- 
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-j...@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