Products | Versions |
---|---|
TIBCO Streaming | 10 |
I am running a LiveView server, but I cannot connect to the client port.
How can I tell what client port LiveView is using?
name = "sample-ClientAPIListener-document" type = "com.tibco.ep.ldm.configuration.ldmclientapilistener" version = "1.0.0" configuration = { ClientAPIListener = { portNumber = 10080 } }
(fragment deploy): 2020-07-30 09:58:57.086000-0400 [6990:JettyService] INFO com.streambase.liveview.server.core.JettyService: LiveView Web service listening on non-SSL port 10080 (fragment deploy): 2020-07-30 09:58:28.805000-0400 [6990:JettyService] INFO com.streambase.liveview.server.dtmmarket.DTMarket: We are configured to be on lv://c8system:10080/
$ epadmin servicename=A.X display engine [A.X] LiveView Fragment Client URI = lv://c8system:10080 ...and:
$ epadmin servicename=A.X display services servicetype=liveview Service Name = A.X Service Type = liveview Network Address = sb://gbuhtz-p50:2925 lv://gbuhtz-p50:10080
$ sudo netstat -a -n -t -p | grep 10080 tcp6 0 0 :::10080 :::* LISTEN 6990/application::l tcp6 0 0 127.0.0.1:10080 127.0.0.1:55230 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:55230 127.0.0.1:10080 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:10080 127.0.0.1:55236 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:10080 127.0.0.1:54766 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:55236 127.0.0.1:10080 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:54766 127.0.0.1:10080 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:10080 127.0.0.1:55260 ESTABLISHED 6990/application::l tcp6 0 0 127.0.0.1:55260 127.0.0.1:10080 ESTABLISHED 6990/application::l
To show what app PID 6990 is: