Administer > Configuring installation and setup options > IPv6 overview > IPv6 configuration > Configure IPv6 for SRC, Mobile, and SCAuto

Configure IPv6 for SRC, Mobile Applications, and SCAuto

Service Request Catalog

To enable IPv6 support in Service Request Catalog (SRC), follow these steps:

  1. Enable IPv6 support in Tomcat.  To do this, see the Tomcat section of Configure the Web clients for IPv6.

  2. Enable IPv6 in Service Manager. To do this, see Configure the Service Manager server for IPv6.

  3. In folder where SRC is deployed, set the sm.hostname parameter in the applicationContext.properties file to a Full Qualified Domain Name or to a valid IPv6 address

    sm.hostname=[2620:0:a17:e006:4a8:91c1:c9cb:93dd]
  4. You can access the SRC application by entering the valid IP address in your browser, as shown in the following example:

    http://[2620:0:a17:e006:4a8:91c1:c9cb:93dd]:8080/src-9.32

Service Manager Mobile Applications

To enable IPv6 support for the Service Manager Mobile Application, follow these steps:

  1. Enable IPv6 support in Tomcat.  To do this, see the Tomcat section of Configure the Web clients for IPv6.

  2. Enable IPv6 in Service Manager. To do this, see Configure the Service Manager server for IPv6.

  3. In folder where the mobile web tier is deployed, set theendpoint in the WEB-INF\web.properties file to a Full Qualified Domain Name or to a valid IPv6 address

    endpoint=[2620:0:a17:e006:4a8:91c1:c9cb:93dd]
  4. You can access the Service Manager Mobile Application by entering the valid IP address in your browser, as shown in the following example:

    http://[2620:0:a17:e006:4a8:91c1:c9cb:93dd]:8080/sm/std

SCAuto

SCAuto can connect to a Service Manager server by using an IPv4 address in a dual IPv4/IPv6 environment. However, SCAuto cannot function work in a pure IPv6 environment because the SCAuto SDK does not support IPv6.