Configuring OCSDM for IPv6 Support

This procedure if applicable for SDM 8.2.3 and later versions.

Starting from SDM version 8.2.3 and later, if IPv6 is enabled on the system that has OCSDM running, you will need to modify the server.xml file located in the AcmePacket/<NNC version>/Apache/tomcat/conf/ directory as shown below
  1. Open the server.xmlfile.
  2. In the server.xml file, find this line:
    <Connector protocol="AJP/1.3"
    address="0.0.0.0"
    port="8009"
    
  3. In this line, for the address attribute which is currently address="0.0.0.0"', modify the value as address="::". After modification it should look as shown below:
    <Connector protocol="AJP/1.3" 
    address="::" 
    port="8009"

Start the Oracle Communications Session Delivery Manager server.