We are using the latest MINA release On Wed, May 20, 2009 at 4:05 PM, Emmanuel Lecharny <elecha...@apache.org>wrote:
> > > > Which MINA version ? > > 2.0.0-M5 > > > Yes, you can. You just have to telll MINA to listen on the needed > addresses. How? We are using the Spring Based configuration, as below: > > > > > <bean id="minaAcceptor" > > class="org.apache.mina.transport.socket.nio.NioSocketAcceptor" > > init-method="bind" destroy-method="unbind"> > > <property name="defaultLocalAddress" value=":1235" /> > > > > I guess that something like value="<your address>:1235" /> should do the > > trick. I don't remember exactly from the top of my head, but AFAICT, you > can > > also write "*:1235" to listen to evey addresses. (Not sure...) > > > Unfortunately, that didn't do the trick - we still cannot get to the open port from the internet , so it seems as if it is not listening on the Internet Facing NIC - How do we realistically check which network interface is it listening on?