Thanks ... I am using windows machine ... I tried another editor did
not work so I switched JAD java decompiler... I just needed to open
the core tomcat zip file and then I could see and search all classes
in it.



On Thu, Mar 1, 2018 at 12:43 PM, Coty Sutherland <csuth...@apache.org> wrote:
> On Thu, Mar 1, 2018 at 3:35 PM, Zari Ladak <zari.lada...@gmail.com> wrote:
>> Hi All,
>>
>> I would like to use the org.apache.catalina.filters.RemoteAddrFilter
>> filter as part of my web.xml settings. I am just curious to know which
>> jar file has that class.
>
> You can find which paths are included in which jars from the build.xml
> (though it takes a bit of knowledge about what ant is doing), or a
> quick grep on the jar files in lib:
>
> $ grep RemoteAddrFilter lib/*
> Binary file lib/catalina.jar matches
>
>> Please let me know
>> Thanks,
>> Zari
>>
>> ---------------------------------------------------------------------
>> 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
>

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

Reply via email to