Hi,
I am using JBoss portal 2.6.2.GA with JBoss [Trinity] 4.2.1.GA. I have problem connecting to RemoteEJB through a firewall.
My descriptor:
<mbean code="org.jboss.naming.NamingService"
name="jboss:service=Naming"
xmbean-dd="resource:xmdesc/NamingService-xmbean.xml">
<attribute name="CallByValue">false</attribute>
<attribute name="Port">1099</attribute>
<attribute name="BindAddress">${jboss.bind.address}</attribute>
<attribute name="RmiPort">1098</attribute>
....
</mbean>