DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12341>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12341 JAASRealm could not load LoginModule Summary: JAASRealm could not load LoginModule Product: Tomcat 4 Version: 4.0.4 Final Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The JAAS Relam creates a LoginContext which in turn instantiates the LoginModule implementation specified in the config file. The LoginContext could not load the LoginModule class. LoginContext tries to load the class using system classloader. The problem does not arise in jdk 1.4 as LoginContext has been changed to load using class.forname(). How can I get around this as I have to use this with jdk 1.3? I changed classpaths and tried everything I could. Please help. Thanks, sathiya -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>