[jboss-user] [EJB 3.0] - Re: How to configure database connection count

PeterJ do-not-reply at jboss.com
Wed Oct 8 12:19:08 EDT 2008


You should be seeing at least 5 connections. Have you limited the number of connections to MySQL (max_connections) in the my.ini (or my.cnf) file?

Also, verify that the max_connections is set properly by running the mysql client and entering:

show variables like 'max_conn%';

How are you determining how many connections there are? What data are you looking at?

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

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



More information about the jboss-user mailing list