To enable IPv6 for the ServiceNow integration, update the MID Server configuration to prefer the IPv6 stack.
About this task
To ensure that the ServiceNow MID Server communicates correctly with AppScan Enterprise in an IPv6 environment, configure the Java options in the wrapper configuration file.
Procedure
-
Go to the ServiceNow MID Server installation directory on the agent machine.
-
In the conf folder, open the wrapper.override.conf file.
-
Add the following wrapper parameter:
wrapper.java.additional.N=-Djava.net.preferIPv6Addresses=true
Note: Replace N with the next available integer in the parameter sequence.
-
Restart the ServiceNow MID Server service.
-
In the ServiceNow instance, go to the AppScan integration properties page.
-
Set preferIPv6Address to true.
Results
The ServiceNow plugin is now configured to communicate over IPv6.