Dear all I use EasyPHP, a kind of WAMP, to build my own local server (http:// localhost:80/). Then, I create a application using Eclipse with GWT1.6 plug at localhost/myAPP directory. This application, myAPP, needs to request JSON data from json.php file which locates at localhost/json directory.
I think I have to disable the embedded Tomcat server. Hence, I open Run->Open Run Dialog... in Eclipse, and add -noserver and -port 80 in Program arguments on Argrments tab. After that, I run the app in host mode. But there is nothing to appear, i.e. the http://localhost/myAPP.html is NOT found. I have tried to add -startupUrl /myAPP.html in Program arguments, the problem is still here. Do any flags that I missed need to be added in Program arguments? BR, bencoder --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
