I have a url:
http://myserver.appspot.com/service/exec?key=0AkG
how would I remap it to:
http://myserver.appspot.com/webapp.html?key=0AkG
where "key" is different every time.
Options: 1) "*.gwt.xml" or "web.xml" - might be able to do the map, but did not find the right option - (filter looks the best bet, but requires code). I also tried creating a file called "exec" but it did not like the lack of the ".html" and the browser downloads the file.
2) URL re-writer. It hard to know which of these will work on GWT+GAE, did not find one yet.