Question

I'm currently developing a Java-based web application on my MacBook. Most of my testing is on Firefox and Safari, but some clients have expressed interest in using the app on Internet Explorer with WinXP and Vista.

I know I'll have some serious client-side / Ajax debugging, adjustements to do. I do have a Fusion guest with WinXP on it and IE6.

Question is: when I run my app on the host (Mac), say it's listening at http://localhost:8080/myApp, how do I access it from within the WinXP guest VM?

Thanks, Rollo

Was it helpful?

Solution

Open up your System Preferences on the Mac side. Network. Get the IP address of your computer. Try that IP instead of localhost.

This is a duplicate of How Do I Access The Host Machine From The Guest Machine?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top