2 Replies Latest reply on Jan 10, 2005 11:46 AM by repkin

    what I have to do after that?

    repkin

      1- I have copied "mysql-connector-java-3.0.16-ga-bin.jar" file under the C:\jboss-4.0.0\server\default\lib

      2- I have created "mysql-ds.xml" file under the
      "C:\jboss-4.0.0\server\default\deploy"

      3- this xml file includes these codes:


      <local-tx-datasource>
      <jndi-name>jspNedirMysql</jndi-name>
      <connection-url>jdbc:mysql://localhost:3306/jspNedir</connection-url>
      <driver-class>com.mysql.jdbc.Driver</driver-class>
      <user-name>root</user-name>

      </local-tx-datasource>



      for creating connection pool what I have to do after that?