2 Replies Latest reply on Sep 19, 2003 5:28 PM by mjain

    datasource in jboss

    ocaicedo77

      Hi.
      I am trying to configure a datasource of firebird in jboss3.0 or 3.2. Please, what do files need and how i can configure them???
      Wait responses......
      Oscar

        • 1. Re: datasource in jboss
          mjain

          Oscar,

          Copy the firebird-ds.xml from jboss_home/docs/examples/jca folder into the jboss_home/server/default/deploy folder

          and change the following Properties:

          <jndi-name>FIrebirdDS</jndi-name>
          (to your JNDI Name)

          <config-property name="Database" type="java.lang.String">localhost/3050:/Users/david/jboss/head/jboss-head/build/output/jboss-4.0.0alpha/server/default/data/fbtest.gdb</config-property>

          <user-name>sysdba</user-name>

          masterkey


          --Manish

          • 2. Re: datasource in jboss
            mjain

            the configuration which i sent in my previous message is for JBoss-3.2.1