I am currently using GWT and when i am lauching the server, i am getting the following adddress
http://127.0.0.1:8888/Jhy.html?gwt.codesvr=127.0.0.1:9997
but I want to use an address like
http://www.moribiz.com
because sometimes I will need to attach values to the url such as
http://www.moribiz.com?Username=asdasd
Is this possible??
Of course, you can.
?gwt.codesvr=127.0.0.1:9997means you run your app. in hosted mode. delete it and just run like that in web modehttp://127.0.0.1:8888/Jhy.htmlthen it is normal web app. manage your godaddy account redirect to http://www.moribiz.com and apache and other things to your needs. and if you send the url you can get its value like that
happy coding