Difference between revisions of "Ports"

From IMSMA Wiki
Jump to: navigation, search
Line 15: Line 15:
 
<nowiki>http://localhost:50310/ </nowiki>
 
<nowiki>http://localhost:50310/ </nowiki>
  
 +
{{Note | In a command window you will get a list of used ports (PID) with the DOS command "NetStat -o".
 +
With the command "TaskList /FI "PID eq 1099" /FO LIST /V" you get a list of which application uses a specific port (in the example 1099).}}
 
{{NavBox Technical Notes}}
 
{{NavBox Technical Notes}}
  
 
[[Category:NAA]]
 
[[Category:NAA]]

Revision as of 16:40, 15 May 2014

Which ports is IMSMA using?

IMSMANG uses port:

1098, 1099,

4444, 4445,

8009, 8080, 8083,

50311.

IMSMA RE uses:

http://localhost:50310/

Note.jpg In a command window you will get a list of used ports (PID) with the DOS command "NetStat -o".

With the command "TaskList /FI "PID eq 1099" /FO LIST /V" you get a list of which application uses a specific port (in the example 1099).