0 Replies Latest reply on Apr 6, 2004 1:01 AM by liuhf

    how to put the username/password pair input from login.html

    liuhf

      hi all,
      i want to know something.
      if after i accomplish these:
      1.
      <web-app>

      <login-config>
      <auth-method>FORM</auth-method>
      <form-login-config>
      <form-login-page>/login.html</form-login-page>
      <form-error-page>/login.html</form-error-page>
      </form-login-config>
      </login-config>

      </web-app>

      2.
      <jboss-web>

      <security-domain>java:/jaas/authtest</security-domain>
      <!--authest is a databaseServerLoginModule-->

      </jboss-web>


      then i can authenticate the username/password pair
      input from the login.html using databaseServerLoginModule?
      i means whether i don't need to code anything to put the username/password pair to databaseServerLoginModule.

      help please.
      thanks.

      liuhf.