Hello guys.
Let me ask something.
In the WildFly announcements says that the remoting port was
deprecated, but in WFLY CR1 the port still present.
Here:
http://wildfly.org/news/2013/12/21/WildFly8-CR1-Released/
But when i start the standalone mode the port 9990 appears:
[root@wfly_tests ~]# netstat -anp | grep java
tcp 0 0 127.0.0.1:9999
0.0.0.0:* LISTEN 3070/java
tcp 0 0 192.168.11.109:8080
0.0.0.0:* LISTEN 3070/java
tcp 0 0 127.0.0.1:9990
0.0.0.0:* LISTEN 3070/java
This port will be removed only in the Final version?