Is it possible to have different ports assigned for IPv4 traffic and IPv6 traffic in a EAP 6 server?
Issue
- Is it possible to have different ports assigned for IPv4 traffic and IPv6 traffic in a EAP 6 server ? e.g
- IPv4
<socket-binding interface="management" name="management-https" port="443"/>
<socket-binding interface="public" name="http" port="80"/>
<socket-binding interface="public" name="https" port="8443"/>
- IPv6
<socket-binding interface="management" name="management-https" port="10443"/>
<socket-binding interface="public" name="http" port="1080"/>
<socket-binding interface="public" name="https" port="10443"/>
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.