In JBoss 7 Administration Console under Socket Binding Groups tab (also in standalone-preview.xml config file) I see this binding:
JDNI on 1099 port.
But in case I do netstat -an | grep LISTEN or lsof -i tcp:1099 I do not see that this port is open.
So may be somebody knows how to turn on JNDI service on JBoss AS 7.
Thanks in advance!