[jboss-user] [EJB 3.0] - Re: Accessing EJB3s through a firewall

ALRubinger do-not-reply at jboss.com
Fri Jan 11 11:04:12 EST 2008


Yep, completely understand and agree that you don't want to add configs to your EARs' assembly.  Not to mention that you're now hardcoding the address of your server into your deployable units, killing portability. :)

See, the RMI server is binding correctly, I'm assuming.  I think what's going on here is the InvokerLocator specifying a local address, which won't be obtained from remote clients.

Try -b [externalAddress] ?

S,
ALR

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

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



More information about the jboss-user mailing list