2013/4/16 Kiren Pillay <[email protected]> > Hi All, > > I am using the tomcat-jdpc-pool from within my spring application. I am > noticing a discrepancy between the numActive/numIdle values that the pool > reports versus the actual number of established connections to the > database. > > For example, the pool reports 0 active and 4 idle connections while my > netstat shows 5 connections established. Is this the correct behaviour? > > Hello:
You could run netstat command to show socket TCP status and PID Regards
