Tomcat 8 RemoteHostValve not working
问题 The access to my server should be limited to some Remote hosts, and I want to allow Uptimerobot to monitor my server. Currently uptimerobot gets always a 403 Forbidden. I added Server.xml looks like this: <Server .........> <Service name="Catalina"> <Engine> <Value className="org.apache.catalina.valves.RemoteHostValve" allow=".*\.uptimerobot\.com" /> </Engine> </Service> To match all hosts in this list UptimeRobot Whitelist But after restarting server nothing changed, still 403. I also tried