Configuring IPv6 Properties - spectrum_platform - 23 - 23.1

Spectrum Installation Guide for Windows

Product type
Software
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Windows
First publish date
2007
Last updated
2023-11-03
Published on
2023-11-03T19:05:52.996250

To configure Spectrum on IPv6, perform these steps:

  1. Go to container\server\bin\wrapper\wrapper.conf.
  2. Modify the wrapper.conf file for IPv6 as follows:
    1. Change the property Djava.net.preferIPv4Stack to false.
      Note: By default, Djava.net.preferIPv4Stack is true.
    2. Add these two properties:

      java.net.preferIPv6Addresses=true,

      wrapper.backend.type=SOCKET_IPV6

Example:

Properties to configure IPv6 :
Do
wrapper.java.additional.10=-Djava.net.preferIPv4Stack=false
Uncomment :
wrapper.java.additional.23=-Djava.net.preferIPv6Addresses=true,
wrapper.java.additional.24=-Dwrapper.backend.type=SOCKET_IPV6