Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse tfs plugin won't connect to tfs server

We have the TFS server installed and running at http://myhost:8080/tfs/web/. I've installed the Eclipse TFS plugin and updated Eclipse to 4.2 However, when I try to add a TFS server in the Team Explorer perspective, I get "The server myhost failed to respond" How can I get this to work?

like image 398
Gary Kephart Avatar asked Jan 15 '23 01:01

Gary Kephart


2 Answers

Eclipse has some issues with the default proxy detection.

Go to Window -> Preferences -> General -> Network Connections and set Proxy to anything other than Native.

You can choose Direct, but you'll have issues if you need to perform software updates or installation. Or you can choose Manual and configure your proxy settings manually.

like image 96
Edward Thomson Avatar answered Jan 23 '23 01:01

Edward Thomson


Just found the answer. It's because "Cisco AnyConnect Web Security Agent" was running on my machine. I turned it off and now the TFS plugin is working.

like image 30
Gary Kephart Avatar answered Jan 23 '23 02:01

Gary Kephart