Hello,
You could try specifying the property java.rmi.server.hostname to the jvm that 
is running the jboss server. This should be a name or ip the clients can to use 
to connect to the server. I think this defaults to localhost (127.0.0.1) 
normally.
One way to do this would be to add it to the end of the JAVA_OPTS variable in 
the run.bat (or run.sh) script.

set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% 
-Djava.rmi.server.hostname="YourHostname"

Not sure if perhaps there is a better way to do this?


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875011


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to