Using PHP in VMWare and Eclispe on the host. I want to see the php-page in the Eclipse-Browser. How?
Following situ:
- VMWare running on Win7
- Debian, Apache, PHP and Squid running in VMWare
the website is located in the shared fold开发者_开发知识库er 'SF', so from - debian-perspective: /mnt/hgfs/SF' - windows-perspective: [...]/SF my index.php is located in the sub-folder 'raffael'. So I am able to edit the website with Eclipse on Windows.
I can access index.php and properly execute it using Firefox and FoxyProxy through: http://raffael
My FoxyProxy-settings are: IP: 192.168.0.128, Port:3128, Pattern: 'http://raffael*'
How do I have to configure Eclipse so that I can access the websie through the Eclipse-Browser instead of having to switch to Firefox all the time?
Thanks and happy new year!
Raffael
I don't think you need to make any changes to get the Eclipse browser to open a page; if another browser (such as firefox) can get to it, then so can your Eclipse browser. Just plug the same URL into your address bar and go.
Hope this helps.
You can tell Eclipse to use a proxy in Preferences -> General -> Network Connections. This is most likely a http proxy.
Could you explain why you need the http proxy? I do not immediately see a need to.
精彩评论