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?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861396#3861396

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861396


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to