I'm currently refactoring the creation of JBoss AS 5 profiles for JBoss Messaging.
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.
However, when I look into Branch_5_x, JBM2 port are only declared on
server/src/etc/conf/all/bootstrap/bindings.xml. There is no such bindings.xml file for the
default profile.
When I build JBoss AS 5, its default profile does not contains JBM2 ports definition in
its bindings.xml.
Where does the default profile's bindings.xml come from in the source?
Should we also define JBM2 ports in it or should jbm2_default profiles's port be
hard-coded in our configs?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226888#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...