2 Replies Latest reply on Jan 15, 2003 1:00 PM by samofborg

    Implementing security

    srshende

      Hello,
      I am storing loginid and password in database. How to authenticate user while login. Can any one let me know what are the changes to be made and in which files. I am using JBOSS3.0.0 with tomcat4.0.3. Awaiting your reply.

      Regds,
      Sanjay

        • 1. Re: Implementing security
          samofborg

          Depending on what you are doing, you may have to edit from part of the following:

          auth.conf
          oracle-service.xml
          login-config.xml
          jboss-web.xml
          web.xml

          Read the purchasable JBoss 3.0 docs to get an idea what to and search through the forum archives.

          Sam

          • 2. Re: Implementing security
            samofborg

            Read about and edit the following files:

            auth.conf
            oracle-service.xml <- replace oracle with your database.
            login-config.xml
            jboss-web.xml
            jboss.xml
            web.xml

            Read the jboss 3.0 docs.

            Sam