1 Reply Latest reply on Apr 24, 2002 8:16 AM by sergioszy

    how to config informix jdbc with jboss

    forestwater

      I am new user of jboss.I want to config joss with informix jdbc .Can anyone tell me how to modify the jboss.jcml?

      Thanks a lot


        • 1. Re: how to config informix jdbc with jboss
          sergioszy

          You must upgrade to JBoss 2.4.4 and get the informix jdbc 2.2+ driver.
          the datasource configuration for informix:


          InformixDS
          com.informix.jdbcx.IfxXADataSource

          User=yournameuser
          Password=yourpassword
          PortNumber=1251
          ServerName=supernova
          DatabaseName=mydata
          DataSourceName=InformixDS