The following guidelines apply when configuring IPv6:
The following example shows how an IPv6 address can be used to configure an IPv6 address for the context.url parameter:
context.url=http://[5a01::b011:81c:c101]:8081/artifactory |
Or, alternatively, if you need to use a DNS host name for the context.url for whatever reason, use the following system property in addition to the context.url:
hazelcast.interface=[5a01::b011:81c:c101] |
Note that in HA, with Hazelcast enabled (this is the default configuration), the following parameter is required for Hazelcast to be able to bind to an IPv6 enabled interface (add this to the $ARTIFACTORY_HOME/etc/artifactory.system.properties file):
hazelcast.prefer.ipv4.stack=false |
Note: The Replicator and Access Federation are not supported to work over IPv6. Support for this will be added in forthcoming releases.