<Valve className="org.apache.catalina.valves.RemoteAddrValve" deny=".*"/>

Where i specify the directory?


2012/1/27, Thomas Rohde <t...@ordix.de>:
>
>
> Am 27.01.2012 13:23, schrieb Luciano Andress Martini:
>> I need to do this in tomcat6:
>> Apache2 form:
>> <Directory /var/www/temporarios/upload_contracheque>
>>                  Order allow,deny
>>                  deny from all
>> </Directory>
>>
>>
>> Thank you friends!
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
> You need to define a Remote Adress Filter for your Context, Host or
> Engine. See
> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_Address_Filter
> for more details.
>
> I think
>
> <Valve className="org.apache.catalina.valves.RemoteAddrValve" deny=".*"/>
>
> should work for you.
>
> Thomas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to