Hi Emmanuel,
Thanks for handling this! Thanks to StefanS as well ...
Emmanuel Lecharny wrote:
Seems like you just have a preliminary TCP ack, and that's it. I have to
test it, it seems that MINA 2.0 behaves differently than MINA 1.0. By
default, when setting the Acceptor without any parameter, it uses the
localHost. Not what you want, probably.
You can change the address in the TcpTransport configuration for the
LdapService :
<tcpTransport>
<tcpTransport address="<your server address>" port="10389"
nbThreads="8" backLog="50"/>
</tcpTransport>
Can you give it a try ?
It works fine with adding my IP adress. It would be nice if it can be
changed to behave like before. Adding the IP adress in the config is a
burden for many new users.
JIRA?
Greetings from Hamburg,
Stefan