Hello,

I have configured the Axis2 standalone server to listen on port 9002 only
(https). After starting the server, I obtained its pid and ran lsof -i to
find what ports are used. I have found three:

java      27253     2009    4u  IPv4 0x600471c3880         0t0  UDP *:63786
java      27253     2009   28u  IPv4 0x3000d41de40         0t0  TCP *:9002
(LISTENING)
java      27253     2009   30u  IPv4 0x3000d436a40         0t0  TCP *:38378
(BOUND)

Can anyone tell me what is the purpose of ports UDP *:63786 and TCP *:38378
(BOUND)? That's on Solaris 10.

Thanks!

Reply via email to