-
1. Re: Multiple clients
crisb Mar 20, 2013 12:16 PM (in response to crisb)looking at the code i guess this a limitation of BLACKTIE-399, servers can now set their callback port on the command line, but clients seem to just inherit the port specified in the btconfig.xml. It's not really practical to have an abitrary number of btconfig.xmls one per client just to specify the callback port.
I tried a sneaky hack to set cbConfig.port which is an extern from my client startup code as per the server startup code, but I think it just gets overidden.
-
2. Re: Multiple clients
mmusgrov Mar 20, 2013 9:56 PM (in response to crisb)Would allowing the SOCKETSERVER PORT and HOST attributes in btconfig to be overridden using environment variables (named socketserver_port and socketserver_host) be a suitable fix for this problem?
-
3. Re: Multiple clients
zhfeng Mar 21, 2013 12:15 AM (in response to crisb)I've raised a JIRA https://issues.jboss.org/browse/BLACKTIE-443 and feel free to comment on it.
Amos