JDBC Realm not working : Login failed: No LoginModules configured for jdbcAuth
问题 Getting the following error while i try to login : Warning: WEB9102: Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: No LoginModules configured for jdbcAuth My Glassfish server version is 4 I am working on jdbc auth realm with oracle 12c as database for user authentication. i have created a jdbc connection pool with name Oracle pool by the following properties : Then connected the resource with the pool by name jdbc/OracleConnection : created the