1 Reply Latest reply on Oct 27, 2002 12:15 PM by jrssnyder

    DatabseServerLoginModule+jboss3.0.0+Tomcat

    raffaelespazzoli

      I have an application that does authentication via the DatabseServerLoginModule and is working with jboss3.0.0RC2+jetty.
      With jboss3.0.0+tomcat I have problems: it seems that tomcat want to use the UsersRolesLoginModule, this is the error:
      2002-07-04 18:23:06,375 ERROR [org.jboss.security.auth.spi.UsersRolesLoginModule] Failed to load users/passwords/role files
      java.io.IOException: Properties file users.properties not found.
      Nonthing has changed in the configuration any idea?