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 <[email protected]> wrote: > On Thu, Mar 1, 2018 at 3:35 PM, Zari Ladak <[email protected]> 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: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
