-
-
Save rajapaju/1443517 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- allow only LAN IPs to connect to the manager webapp --> | |
<!-- contrary to the current Tomcat 5.5 documation the value for 'allow' is not a regular expression --> | |
<!-- future versions may have to be specified as 192.168.1.* --> | |
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="192.168.1.*"></Valve> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment