[
https://issues.apache.org/jira/browse/DIRSERVER-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSERVER-1741.
------------------------------------------
Resolution: Invalid
ApacheDS relies on Java when it comes to use sockets. If one wants to support
IPV4 only, then the way to go is to add the -Djava.net.preferIPv4Stack=true
into the command line, otherwise it defaults to IPV6, the default value.
> Create dual stack support for IPV4 and IPV6
> -------------------------------------------
>
> Key: DIRSERVER-1741
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1741
> Project: Directory ApacheDS
> Issue Type: Improvement
> Reporter: Markku Saarela
>
> ApacheDS should have dual stack listening sockets for both IPV4 and IPV6.
> Java 7 uses IPV6 by default if possible so if server is running on Java 7 it
> does not support IPV4 by default.
> Here is only one implication what it cause DIRSTUDIO-805.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira