Versions Compared

Key

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

...

Windows Installation:
From a windows Windows console, type:

Code Block
       
netstat -an|find "1099"

Unix Installation:
From a Unix command shelltypeshell, type:

Code Block
netstat -an|grep 1099

...