Tomcat 8.5 - 403 Access Denied
问题 I've created a virtual machine with Ubuntu 16.04 LTS and, following this guide, I've installed Tomcat 8.5 and configured as follows: /opt/tomcat/webapps/host-manager/META-INF/context.xml : <Context antiResourceLocking="false" privileged="true"> <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="192\.168\.1\.124|127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" /> </Context> <!-- my local ip is 192.168.1.124 so I've added it --> /opt/tomcat/conf/tomcat-users.xml <role rolename="manager