1 Reply Latest reply on Feb 28, 2003 5:08 AM by petertje

    ClientLoginModule and CMP JDBC Connections?

    rstinejr

      If I can figure out how to use the ClientLoginModule to get a user's username and password passed to the EjbServer, will the JDBC connections for CMP beans use that same username/password?

      Thanks,

      Bob

        • 1. Re: ClientLoginModule and CMP JDBC Connections?

          > will the JDBC connections for CMP beans
          > use that same username/password?

          No. Username/password for accessing database is configured in the database specific deployment file or in the login-config.xml.
          J2EE uses connection pooling; logging in on a per-user basis doesn't make sense in that context.

          Peter