"bodrin" wrote : 10x, but the information on this page doesn't help
| I have tried
| -Djava.rmi.server.hostname=<external_host_name>
| | -Djava.rmi.server.useLocalHostname=true
| | but no success .. the same exception..
|
Those two settings don't have any affect on JBoss.
Look at the JBoss documentation.
You should instead change the ports on the XML configs.
You will also have to define the ports on remoting, as there are two random ports. (look
at remoting-bisocket-service.xml):
<!-- Use these parameters to specify values for binding and connecting
control connections to
| work with your firewall/NAT configuration
| <attribute
name="secondaryBindPort">xyz</attribute>
| <attribute
name="secondaryConnectPort">abc</attribute>
| -->
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212491#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...