"jmesnil" wrote :
| I'm not sure our current default profile ("jbm2_default" based on JBoss
AS 5 "default") is correct.
| In AS/config/default/jbm-configuration, the port used by Netty/TCP is set to
${jbm.remoting.netty.port}. I guess it should be configured using JBoss AS 5 service
binding manager.
|
Look at bindings.xml under /jboss/SERVER/conf/bootstrap. jboss-remoting.netty is defined
on that port. To use the ServiceBindingManager directly we would need the port to be
specified by a bean on beans.xml. There is a service that defines properties on that
file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226998#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...