On 17 February 2012 22:09, Monika Solanki <[email protected]> wrote:
> Hello,
>
> When I make a GWT app, the URL is usually associated with an HTML page.
> However I would like to expose a more restful URI style for my web app.
> Instead of http://www.xyz.com/myapp/TestApp.html I would like
> http://www.xyz.com/myapp/testapp. I would like to know if there is a way to
> achieve this in GWT.

It depends on your webserver. You should set up your server to do
this, it's called url_rewrite, mod-rewrite or user friendly urls. If
you have only the mentioned url containing TestApp.html file than you
should set up your server to route your requests not only to
index.html but also TestApp.html file. It's kind of default setup.

Anyway, this service doesn't depends on GWT.

-- 
- -
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell

-- 
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