NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleContents
Toggle Cloak
idTOC
Cloak
idTOC
2

Topic: caArray Installation and Upgrade

...

  • For a Linux/Unix/Mac environment:
    Code Block
    
    netstat --ano \| grep <<portNumber>>
    
    For example, use netstat --ano | grep <<portNumber>> for each required port (replacements for one or more of the following- 8080, 8009, 8443, 8083, 1099, 1098, 4444, 4445, 8093, 0, 1100, 1162, 3528, and 3529). If a process is listening to a customized port, choose another port and retry netstat until no conflict is returned. Use the final list of the customized ports to deploy caBIG tools.
  • For a Windows environment, use the netstat command below to return all the port numbers that are already been used:
    Code Block
    
    netstat --ano
    

How to reconfigure the port number to solve the port conflict

...