1 Reply Latest reply on Nov 24, 2003 2:46 PM by rramsara

    Problem using DatabaseServerLoginModule

    rramsara

      Using jboss-3.2.1_tomcat-4.1.24, I've been trying to write a standalone client to my ejb's which use DatabaseServerLoginModule. However, when I call login() from my LoginContext, I get the following error:

      javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.auth.spi.DatabaseServerLoginModule

      I cannot seem to find DatabaseServerLoginModule in any libraries in the jboss/tomcat distribution. Can anyone tell me what library I have to import for my client?

      Thanks