But you said nothing has port 1099 open. If you did not change anything, then 
JBoss AS would have that port open.

Also, when running netstat, use '-an', otherwise not all ports show up as 
numbers, in which case you could miss port 1099. Try running this (with JBoss 
AS up):

netstat -abn | grep "java"

That should show all ports open by JBoss AS.

Also do  this: get a JNDIView list and post the results. Refer to this wiki 
page for instructions: https://www.jboss.org/community/docs/DOC-9584

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200846#4200846

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200846
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to