Hello,
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