From tomcat v8 onwards, remote access to Manager Application is disabled by default. You can enable remote access by adding Applications Manager IP address in the RemoteAddrValve.
Edit the above keys and include Applications Manager IP address under allow in the following format:

allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1|[Applications Manager IP ADDRESS]" />
Example :

allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1|192.29.28.20" />
where 192.29.28.20 is the IP address of Applications Manager machine.