https://bz.apache.org/bugzilla/show_bug.cgi?id=61977

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
Realm's many be specified at the Context, Host or Engine level. However, the
implementation class needs to visible to Tomcat so it needs to be in
CATALINA_BASE/lib.

So, to apply this patch to a single web app:
- create your patched Realm (e.g. extend the JNDIRealm and override open())
- add your class to CATALINA_BASE/lib
- configure the web app to use the Realm via the context.xml file for the app

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to