Community
Participate
Working Groups
Using CodeRecommenders behind a (corporate) firewall is currently not possible as you are using non-std ports (means not 80) for your Webservices URL. Within a company, the firewall admin will not open the additional ports. So please use port 80 for the webservices. another point is that you are using plain IP adresses for two of the three URLs. please better use DNS names :-)
regarding the port numbers: The latest head build fixes the port issue for extdoc, and models update service. With have some challenges with code search and apache proxying the request but I'm confident we'll fix this for 0.4 next week. Then, all services will be available on port 80. regarding the server names: We're moving the services scattered over various machines to a single server. Starting with 0.4 all services will be hosted on "recommenders1.st.inf..." thanks for reporting. I'll close this issue as soon as we have shipped 0.4 and have code search running completely on port 80.
Added documentation of necessary modifications to the Apache config to the TeamServer Wikipage.