Is there any other program other than 'j_security_check' to access Catalina's Realm context? I need to manipulate userids and passwords via a web interface in realtime(i.e. without restarting the server). Therefore, I believe I need access to the Realm and Principle objects.I tried to access these objects via the following statements, but no luck: Principal principal = request.getUserPrincipal(); Realm realm = context.getRealm(); principal = realm.authenticate("userid", "pwd"); Is there documentation on how to do this task or a simple example.
--------------------------------- Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online