This content has been marked as final.
Show 7 replies
-
1. Re: Client Connect to INADDR_ANY is a no-no.
alrubinger Dec 4, 2008 10:31 PM (in response to alrubinger)This begs the question of what to do with a grammar like:
@RemoteBinding(clientBindUrl="socket://0.0.0.0:3873", jndiBinding="Stateful3873"),
It'd be better to have an EL available so we could do:@RemoteBinding(clientBindUrl="socket://${jboss.bind.address}:3873", jndiBinding="Stateful3873"),
Worthy of a JIRA?
S,
ALR -
2. Re: Client Connect to INADDR_ANY is a no-no.
dmlloyd Dec 4, 2008 11:05 PM (in response to alrubinger)Not for that reason. Binding to 0.0.0.0 is just fine. It's connecting to 0.0.0.0 that is a strange thing to do.
Though probably you want to bind to jboss.bind.address in any case...? -
3. Re: Client Connect to INADDR_ANY is a no-no.
alrubinger Dec 4, 2008 11:19 PM (in response to alrubinger)The "clientBindUrl" doesn't define a binding, it tells the client where to connect (InvokerLocator URL). It's a *-jboss-beans.xml that'll make the server binding (Remoting Connector). Short answer: we agree.
S,
ALR -
4. Re: Client Connect to INADDR_ANY is a no-no.
dmlloyd Dec 4, 2008 11:36 PM (in response to alrubinger)Errr. Really? That's kinda.... errr.
-
5. Re: Client Connect to INADDR_ANY is a no-no.
slimamar Dec 22, 2008 6:12 AM (in response to alrubinger)Is it the same problem :
https://jira.jboss.org/jira/browse/EJBTHREE-1650 -
6. Re: Client Connect to INADDR_ANY is a no-no.
anil.saldhana Dec 22, 2008 5:39 PM (in response to alrubinger)Running inside JBAS, it is better to honor the -b or jboss.bind.address
-
7. Re: Client Connect to INADDR_ANY is a no-no.
alrubinger Dec 22, 2008 7:25 PM (in response to alrubinger)I've changed the ticket to provide for EL within clientBindUrl so that connect URLs do not have to be hardcoded.
S,
ALR