Hi,
i couldn't understand what does RemoteHostValve and RemoteAddrValve do ?

i changed "manager.xml"  like this

*****************************************************
<Context path="/manager" docBase="../server/webapps/manager"
        debug="0" privileged="true">

  <Valve className="org.apache.catalina.valves.RemoteHostValve"
                allow="localhost"/>

</Context>
*****************************************************

then i try to enter http://localhost:8081/manager/html  from localhost, but
it is still asking username and password.
Any way to stop this ?

Regards.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to