Hi,
We have a requirement to allow the manager application of tomcat to be
accessed only from the local machine, it should not be accessed from remote.
What are the possible ways to achive this.
Can we specify filter request in the manager application context as below
<context value="/manager">
<Valve className="org.apache.catalina.valves.RemoteHostValve"
allow="127.0.0.1"/>
<cotext>
Will it only allow requests from 127.0.0.1 or should we specify deny attribute
also.
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.