Thanks Jim & Stefan, up and running, very very happy and about twice as fast as using Eclipse on the XP VM in Parallels.
Specific instructions for Parallels 4 on OSX: 1. Apple menu > About this Mac > More info... > Network > Locations - In the text scroll until you see "Parallels Host-Only Networking Adapter - Find and copy the IP address in listed this section (e.g. 10.0.0.10) 2. Eclipse: - Select your project - Run > Run Configurations... > Arguements > Program Arguements - Add: " -bindAddress 10.0.0.10" to what's in there (use the IP address copied in 1 above) - Apply 3. Parallels: - Parallels Desktop > Preferences... > Network - Choose: "Host only-networking" - OK 4. Now run your GWT project in eclipse. - Copy the address that Development Mode provides. - Use it in your browser on OSX and the same address will also work in a browser in the Parallels VM. I didn't have to change my Firewall settings, but if you are having problems you can turn it off. Regards Malachy On Feb 16, 11:24 pm, "Stefan U." <[email protected]> wrote: > Your question made me curious and I tried this myself. It took me > quite a while to get everything up and running. So here it goes: > > Mind you, I am not using Parallels but Vmware Fusion. This should not > really matter, accept for the network configuration of your virtual > machine. I tried both "bridged mode" and "host-only" mode for the > network connection setting in Fusion and they both worked. Check if > you can successfully ping your Mac from a Windows command line. (Note: > depending on your network settings in Parallels your Mac will be > reachable by different IPs. On your Mac you can use Terminal and the > ifconfig command to list all network devices, which should also list > the virtual devices of Parallels. If in doubt, try all IP addresses > you can find. Note 2: Make sure your Mac's firewall is turned of for > this work.) > > If you can successfully ping your Mac from Windows, you are all set. > For the rest of this message I will assume that your Mac can be > reached at the IP 10.0.0.10 from your Windows machine. > > The toughest part was figuring out how to convince the GWT's embedded > Jetty to listen at this address. Looking through some of GWT's source > could gave me the hint: Google for "junit gwt bind address" did the > trick. The option is called "-bindAddress" and you need to pass it as > program arguments in the run-configuration ("Run as...") in Eclipse as > so: > > -bindAddress 10.0.0.10 > > That's it. Run your project and you should see Development Mode tab in > Eclipse telling you to point your browser to something starting with > "http://10.0.0.10/...". > > Now you can point your browser in Parallels to that address and > everything should work as expected. It does for me. > > And sorry for the lengthy explanation. > > Best regards, > Stefan > > On 16 Feb., 11:13, Malachy <[email protected]> wrote: > > > Please describe the configuration and URL required to view my GWT 2.0 > > application in IE on XP running in a VM on Parallels Desktop while > > using in Eclipse in Development Mode on OSX. > > > I have the browser plugins installed and tested on both OSX and the XP > > VM and the application is accessible with IE in Development Mode on > > the XP VM using Eclipse installed on the XP VM, so I think it is > > simply a configuration issue that I can't figure out. > > > Thanks in advance. -- 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.
