2 Replies Latest reply on Apr 30, 2002 12:11 AM by edwinzhang

    Required steps for RC1 and mySQL

    axelm

      What steps are required to get JBoss3.0.0-RC1 and mySQL going?

      1 - Add latest mySQl-service.xml to the server/default/deploy directory
      2 - Add driver to lib directory
      3 - Change the server/default/conf/standardjaws.xml entry to "MySqlDS"

      Are those steps correct and any additional ones required?

      Thanks.

        • 1. Re: Required steps for RC1 and mySQL
          davidjencks

          4. Edit login-conf.xml, add a section like that for firebird or hsqldb. MAKE SURE the following match exactly:

          security domain name in msql-service.xml java:/jaas/DOMAINNAME
          matches name of the section in login-conf

          managedConnectionFactoryName in loging-conf matches object name of the ConnectionManager mbean in mysql-service.xml.

          • 2. Re: Required steps for RC1 and mySQL
            edwinzhang

            Hi,

            I am a new user of JBoss 3.0 RC1. Just check out my server/default/conf/standardjaws.xml
            Why do I can not find entry ""?

            Do I need to download a updated standardjaws.xml somewhere?

            Thanks for any help.