On Oct 26, 2007, at 1:53 AM, cherry coke wrote:

Thank you for the response, but I still have a problem with the custom login module. I have made a jar file, wich contains the implementation of LoginModule (SampleLoginModule implements LoginModule), and put it in jetspeed/ WEB-INF/lib. Then I have changed the file login.conf file (from jetspeed- security-2.1.jar) with the following content:

Jetspeed { test.jaas_sample.module.SampleLoginModule required debug=true;};

Then when I try to identify a user (login and password) I get this error:

java.lang.SecurityException: Can“t find an init session configuration


26-oct-2007 9:29:37 org.apache.catalina.realm.JAASRealm authenticateGRAVE: Error inesperadojava.lang.SecurityException: No se puede localizar una configuracion de inicio de sesion at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java: 97) at

I believe this says the configuration file could not be found.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to