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

In Access Manager Appliance 4.3, 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 tomcat7.conf file:

/opt/novell/nam/adminconsole/conf/tomcat7.conf

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

For example:

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