1 Reply Latest reply on Mar 28, 2006 3:40 PM by anders.hedstrom

    A JBoss configuration problem

    zxp_simon

      Could u tell me how to configure the JBoss-4.0.4 for MS SQLServer 2000?
      Thank u very much!

        • 1. Re: A JBoss configuration problem
          anders.hedstrom

          You have an example data source configuration in $JBOSS_HOME/docs/examples/jca/mssql-ds.xml Just change the settings to fit your environment. You need to add your MSSQL driver to $JBOSS_HOME/server/your_configuration/lib as well. Then you should be all set up to use it from your application(s).