A.0 Configuring Ports 9000 and 9001 to Listen on the Specified Address

Access Manager Appliance ports 9000 and 9001 listen on 127.0.0.1 by default. Access Manager Appliance uses these ports for scheduling jobs. If you encounter any issue because of these ports listening on 127.0.0.1, such as issue with IPv6 connectivity, you can specify a different address by using the following Java option in the tomcat.conf (tomcat8.conf) file:

"com.microfocus.nam.adminconsole.localhost.ipaddress"

For example:

JAVA_OPTS="${JAVA_OPTS} -Dcom.microfocus.nam.adminconsole.localhost.ipaddress=10.0.0.0"

For information about how to modify a file, see Modifying Configurations in the NetIQ Access Manager Appliance 5.0 Administration Guide.