Configuring OCSDM for IPv4 Support

This procedure is applicable only for releases - SDM 8.2.2 to SDM 8.2.3. Starting with SDM release 8.2.2 to 8.2.3, if you have not enabled IPv6 on the system that has OCSDM running, you will need to make the following modifications in the server.xml file.

The server.xml file is located in the AcmePacket/<NNC version>/Apache/tomcat/conf/ directory.

  1. In the server.xml file, find this line:
    <Connector protocol="AJP/1.3"
    address="::"
    port="8009"
  2. In this line, for the address attribute which is currently address="::"', modify the value as address="0.0.0.0". After modification it should look as below:
    <Connector protocol="AJP/1.3"
    address="0.0.0.0"
    port="8009"
  3. You need to make the changes for SDM versions from 8.2.2 to 8.2.3, if IPV6 is not enabled.

Start the Oracle Communications Session Delivery Manager server.