1 Reply Latest reply on Sep 6, 2002 1:26 PM by lafr

    Informix JDBC

    rdelima

      I am new to JBOSS and I have banging my head against the wall trying to configure an INFORMIX server that does not reside on the same machine as my JBOSS server. Does anyone have the the -service.xml file that does this? It would be greatly appreciated and my head won't hurt as much.

      Thanks

        • 1. Re: Informix JDBC
          lafr

          There is no essentiell difference in settinge up informix for a local or a remote database server.
          In $JBOSS_HOME/docs/examples/jca you can find informix-service.xml.
          Copy a modified version to deploy-dir.
          You have to replace
          - myhost.mydomain.com with the name or IP of the Database server
          - 1557 with the correct port used by the informix instance on database server
          - mydb with the name of the database
          - myserver with the correct name from informix-file sqlhosts