Posted By:
ramya_krishna
Posted On:
Thursday, January 10, 2002 04:27 AM
I am using Tomcat as Web server and MYSQL as backend to develop an intranet site. When the JSP places more than 4 or 5 requests to MySQL, it throws the following error:
"Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.net.SocketException)"
What is the root cause of the problem?Is there any way how to solve the above?