Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BuildServerPorts"

(improved table formatting)
Line 15: Line 15:
 
;  
 
;  
 
;  
 
;  
{| border="2"
+
{| style="width:75%; height:200px" border="2"
|+ Ports in use on 'build.eclipse.org' (''utils'' node) as of approximately December 12, 2006
+
|+ 'Ports in use on 'build.eclipse.org' (''utils'' node) as of approximately December 12, 2006'
 
! Project !! well known port(s) !! internal port(s) !! Notes
 
! Project !! well known port(s) !! internal port(s) !! Notes
 
|-
 
|-
! WTP !! 7000, 7777 !! 20000 - 29999 !!{|align="right"|} 7000, and 7777 are for CruiseConsole console and status page, respectively.  
+
! WTP  
 +
| 7000, 7777 || 20000 - 29999 ||align="left"|  7000, and 7777 are for CruiseConsole console and status page, respectively.  
  
 
I believe we no longer need or use the following
 
I believe we no longer need or use the following
Line 29: Line 30:
 
(and currently only uses 22150).
 
(and currently only uses 22150).
  
!
 
|
 
 
|-
 
|-
! Orbit !! 9000, 9777  !! !! CruiseControl console and status page, respectively
+
! Orbit  
!
+
| 9000, 9777  || ||align="left"| CruiseControl console and status page, respectively
|
+
 
|}
 
|}

Revision as of 14:55, 7 December 2006

This page is to document ports that are used on the build.eclipse.org server by teams that are doing build or Unit tests there.

In the following, '"well known"' means it is given to others to access some function, so should be relatively long term, and needs to be open to the public in the firewall. Whereas '"internal"' means a port that needs to be distinct from other processes running on the util node, it does not need to be open to the public, and would likely be feasible to change, if need be. For example, those used in unit tests. Note: to be open in the firewall, takes a note to the webmasters, who forward to their ISP, and can take roughly a week to obtain.

'Ports in use on 'build.eclipse.org' (utils node) as of approximately December 12, 2006'
Project well known port(s) internal port(s) Notes
WTP 7000, 7777 20000 - 29999 7000, and 7777 are for CruiseConsole console and status page, respectively.

I believe we no longer need or use the following 7070, 7077 ( build tools)

Need to find whole list, but 'Servers' currently assigned: 22100-22200 (and currently only uses 22150).

Orbit 9000, 9777 CruiseControl console and status page, respectively

Back to the top