set cells [$AdminConfig list Cell] foreach cell $cells { set cname [$AdminConfig showAttribute $cell name] set nodes [$AdminConfig list Node $cell] foreach node $nodes { set nname [$AdminConfig showAttribute $node name] puts "$nname" set serverEntries [$AdminConfig list ServerEntry $node] foreach serverEntry $serverEntries { set sname [$AdminConfig showAttribute $serverEntry serverName] puts "$sname port listed as below:" puts "#######################################################" set namedEndPoints [$AdminConfig list NamedEndPoint $serverEntry] foreach namedEndPoint $namedEndPoints { set endPointName [$AdminConfig showAttribute $namedEndPoint "endPointName"] set endPoint [$AdminConfig showAttribute $namedEndPoint "endPoint"] set host [$AdminConfig showAttribute $endPoint "host"] set port [$AdminConfig showAttribute $endPoint "port"] puts "$endPointName: $host:$port" }}}}
$ ./wsadmin.sh -f list.jacl WASX7209I: Connected to process "server1" on node AppNode01 using SOAP connector; The type of process is: UnManagedProcess AppNode01 server1 port listed as below: ####################################################### BOOTSTRAP_ADDRESS: labvm:2809 SOAP_CONNECTOR_ADDRESS: labvm:8880 ORB_LISTENER_ADDRESS: labvm:9100 SAS_SSL_SERVERAUTH_LISTENER_ADDRESS: labvm:9401 CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS: labvm:9403 CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS: labvm:9402 WC_adminhost: *:9060 WC_defaulthost: *:9080 DCS_UNICAST_ADDRESS: *:9353 WC_adminhost_secure: *:9043 WC_defaulthost_secure: *:9443 SIP_DEFAULTHOST: *:5060 SIP_DEFAULTHOST_SECURE: *:5061 SIB_ENDPOINT_ADDRESS: *:7276 SIB_ENDPOINT_SECURE_ADDRESS: *:7286 SIB_MQ_ENDPOINT_ADDRESS: *:5558 SIB_MQ_ENDPOINT_SECURE_ADDRESS: *:5578 IPC_CONNECTOR_ADDRESS: ${LOCALHOST_NAME}:9633 OVERLAY_UDP_LISTENER_ADDRESS: *:11003 OVERLAY_TCP_LISTENER_ADDRESS: *:11004