OOT: Too Many Connection

2008-02-08 Thread Frans Thamura
hi there, i am developing system using struts2, hibernate, and spring and show off the error too many connection , and the error show off after there is 300 user log to the systme can help anyone F - To unsubscribe, e-mail: [

Re: OOT: Too Many Connection

2008-02-08 Thread Jeromy Evans
Hi Frans, You need to isolate what there's too many connections to. Is it the database, the http server or some other resource? My wild "stab in the dark" is that you're using the Session In View pattern with hibernate and a connection pool setup through spring. The pool is probably exhaust