Hai
I am using
Tomcat server as webserver and SQL Server as database server. Both reside at same.
And I am using
applets to get data. First time when i am opening in the browser i am getting data perfectly. If i am opening the same page in another page it is showing SQL Excepttion: Too many connections.
What i am doing is in init() method of the applet i am getting connection.
In destroy() method of applet i am making connection = null.