apachetomcatwebserver

How to restrict access by IP address with Tomcat?


Does anyone know if Tomcat can restrict access to certain application by IP address (like Apache's .htaccess)?


Solution

  • You add a Valve to the Context in context.xml (specifically, org.apache.catalina.valves.RemoteAddrValve). See the docs on Remote Host Filters.