Thanks Sumit! That matches what I was seeing. Thank goodness for the - noserver option.
I discovered a great way to circumvent the SOP rule, on Mac OS X and I am not really sure why or how it works, but it does: My GWT project is in ~alexr/Sites/xyz So when GWT builds, it goes to http://localhost/~alexr/xyz/www/my.Package.Module/ In Eclipse I edited Module.launch to <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www -noserver http://localhost/~alexr/xyz/www/myPackage.Module/hostpage.html?param1=x¶m2=y&etc"/> I setup ModProxy in the Apache web serverthat comes with OS X, and set it to proxy localhost/alfresco to my CMS server which is actually on another hostname and port# However, localhost/~alexr still gets served from my Sites directory. I am not sure of the mechanics of how GWT shell and Apache all find and serve up the correct files, but I can debug in Eclipse and everything this way. Well hopefully this is of use for some other Mac users. Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
