Subject: security filter & Realm class file location From: Torgeir Veimo <[EMAIL PROTECTED]> === I'm working on a security filter that takes a tomcat Realm definition exactly as in server.xml. However, I'm facing the problem that the Realm & RealmBase classes (which most realms subclass) is defined in server/lib/catalina.jar, which is not available to filters located within a webapp.
Is my best option to include both Realm & RealmBase classes in the filter jar itself, or are there better options? -- -Torgeir -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
