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

Administration Console ports 9000 and 9001 listen on 127.0.0.1 by default. Administration Console 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 5.0 Administration Guide.