[wildfly-dev] How to connect to a wildfly port
Michael Musgrove
mmusgrov at redhat.com
Mon Dec 18 09:38:25 EST 2017
The wildfly server config contains various socket bindings such as:
<socket-binding name="txn-status-manager" port="4713"/>
When I run netstat -plnt to see which ports wildfly listens on I only see
the http and management port because WildFly is using http upgrade:
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 163/java
tcp 0 0 0.0.0.0:9990 0.0.0.0:* LISTEN 163/java
Is there a way for me to open the txn-status-manager (port 4713) and write
some data to it.
Mike
--
Michael Musgrove
Transactions Team
email: mmusgrov at redhat.com
Our mission:To be the catalyst in communities of customers, contributors,
and partners creating better technology the open source way.
JBoss, by Red Hat
Registered Address: Red Hat Ltd, 6700 Cork Airport Business Park, Kinsale
Road, Co. Cork.
Registered in the Companies Registration Office, Parnell House, 14 Parnell
Square, Dublin 1, Ireland, No.304873
Directors:Michael Cunningham (USA), Vicky Wiseman (USA), Michael O'Neill,
Keith Phelan, Matt Parson (USA)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20171218/217c8d3a/attachment.html
More information about the wildfly-dev
mailing list